#5D7BCF

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

Shades of Havelock Blue #5D7BCF

Tints of Havelock Blue #5D7BCF

Color information

#5D7BCF (or 0x5D7BCF) is unknown color: approx Havelock Blue. HEX triplet: 5D, 7B and CF. RGB value is (93,123,207). Sum of RGB (Red+Green+Blue) = 93+123+207=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D7BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D7BCF is #A28430. Grayscale: #7B7B7B. Windows color (decimal): -10650673 or 13597533. OLE color: 13597533.

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

Color convert

RGB93123207-
CMYK0.550.4100.19
HSL224.21º54.29%58.82%-
HSV(B)224.21º55.07%81.18%-
XYZ22.862161.88-
YUV123.61175.06106.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.99%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 207 (81.25% from 255) = 48.94%
R=21.99%
G=29.08%
B=48.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal931232070.550.4100.19224.2154.2958.82
Hex5D7BCF3729013e0363b
Octal13517331767510233406673
Binary101110111110111100111111011110100101001111100000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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