#5D75CF

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

Shades of Havelock Blue #5D75CF

Tints of Havelock Blue #5D75CF

Color information

#5D75CF (or 0x5D75CF) is unknown color: approx Havelock Blue. HEX triplet: 5D, 75 and CF. RGB value is (93,117,207). Sum of RGB (Red+Green+Blue) = 93+117+207=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D75CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D75CF is #A28A30. Grayscale: #777777. Windows color (decimal): -10652209 or 13595997. OLE color: 13595997.

HSL color Cylindrical-coordinate representation of color #5D75CF: hue angle of 227.37º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D75CF is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB93117207-
CMYK0.550.4300.19
HSL227.37º54.29%58.82%-
HSV(B)227.37º55.07%81.18%-
XYZ22.1419.5561.64-
YUV120.08177.05108.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.30%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=22.30%
G=28.06%
B=49.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal931172070.550.4300.19227.3754.2958.82
Hex5D75CF372B013e3363b
Octal13516531767530233436673
Binary101110111101011100111111011110101101001111100011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D75CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,117,207); }

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

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

 a { background-color: rgb(93,117,207); }

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

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

 span { border-color: rgb(93,117,207); }

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