#5E75BB

Color #5E75BB Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5E75BB

Tints of Chetwode Blue #5E75BB

Color information

#5E75BB (or 0x5E75BB) is unknown color: approx Chetwode Blue. HEX triplet: 5E, 75 and BB. RGB value is (94,117,187). Sum of RGB (Red+Green+Blue) = 94+117+187=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E75BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E75BB is #A18A44. Grayscale: #757575. Windows color (decimal): -10586693 or 12285278. OLE color: 12285278.

HSL color Cylindrical-coordinate representation of color #5E75BB: hue angle of 225.16º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E75BB is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB94117187-
CMYK0.500.3700.27
HSL225.16º40.61%55.1%-
HSV(B)225.16º49.73%73.33%-
XYZ19.9518.6949.57-
YUV118.1166.88110.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 23.62%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=23.62%
G=29.40%
B=46.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941171870.500.3700.27225.1640.6155.1
Hex5E75BB322501Be12937
Octal13616527362450333415167
Binary101111011101011011101111001010010101101111100001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E75BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E75BB; }

 p { color: rgb(94,117,187); }

 H1.HeaderClassName
 {
   color: #5E75BB;
 }
 .AnyTagClassName
 {
   color: #5E75BB;
 }
</style>
background-color css

<style>
 a { background-color: #5E75BB; }

 a { background-color: rgb(94,117,187); }

 div.DivClassName
 {
   background-color: #5E75BB;
 }
 .BgClassName
 {
   background-color: #5E75BB;
 }
</style>
border-color css

<style>
 span { border-color: #5E75BB; }

 span { border-color: rgb(94,117,187); }

 td.TdClassName
 {
   border-color: #5E75BB;
 }
 .TagClassName
 {
   border-color: #5E75BB;
 }
</style>