#5D75CD

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

Shades of Havelock Blue #5D75CD

Tints of Havelock Blue #5D75CD

Color information

#5D75CD (or 0x5D75CD) is unknown color: approx Havelock Blue. HEX triplet: 5D, 75 and CD. RGB value is (93,117,205). Sum of RGB (Red+Green+Blue) = 93+117+205=415 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.41% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D75CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D75CD is #A28A32. Grayscale: #777777. Windows color (decimal): -10652211 or 13464925. OLE color: 13464925.

HSL color Cylindrical-coordinate representation of color #5D75CD: hue angle of 227.14º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D75CD is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB93117205-
CMYK0.550.4300.20
HSL227.14º52.83%58.43%-
HSV(B)227.14º54.63%80.39%-
XYZ21.8919.4660.36-
YUV119.86176.05108.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.41%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 205 (80.47% from 255) = 49.40%
R=22.41%
G=28.19%
B=49.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931172050.550.4300.20227.1452.8358.43
Hex5D75CD372B014e3353a
Octal13516531567530243436572
Binary101110111101011100110111011110101101010011100011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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