#5D7BCD

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

Shades of Havelock Blue #5D7BCD

Tints of Havelock Blue #5D7BCD

Color information

#5D7BCD (or 0x5D7BCD) is unknown color: approx Havelock Blue. HEX triplet: 5D, 7B and CD. RGB value is (93,123,205). Sum of RGB (Red+Green+Blue) = 93+123+205=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D7BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7BCD is #A28432. Grayscale: #7B7B7B. Windows color (decimal): -10650675 or 13466461. OLE color: 13466461.

HSL color Cylindrical-coordinate representation of color #5D7BCD: hue angle of 223.93º 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 #5D7BCD is Cyan = 0.55, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB93123205-
CMYK0.550.400.20
HSL223.93º52.83%58.43%-
HSV(B)223.93º54.63%80.39%-
XYZ22.6220.960.6-
YUV123.38174.06106.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.09%
GREEN value IS 123 (48.44% from 255) = 29.22%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=22.09%
G=29.22%
B=48.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931232050.550.400.20223.9352.8358.43
Hex5D7BCD3728014e0353a
Octal13517331567500243406572
Binary101110111110111100110111011110100001010011100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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