#5B7CCC

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

Shades of Havelock Blue #5B7CCC

Tints of Havelock Blue #5B7CCC

Color information

#5B7CCC (or 0x5B7CCC) is unknown color: approx Havelock Blue. HEX triplet: 5B, 7C and CC. RGB value is (91,124,204). Sum of RGB (Red+Green+Blue) = 91+124+204=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B7CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7CCC is #A48333. Grayscale: #7A7A7A. Windows color (decimal): -10781492 or 13401179. OLE color: 13401179.

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

Color convert

RGB91124204-
CMYK0.550.3900.2
HSL222.48º52.56%57.84%-
HSV(B)222.48º55.39%80%-
XYZ22.422160-
YUV123.25173.57105-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.72%
GREEN value IS 124 (48.83% from 255) = 29.59%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=21.72%
G=29.59%
B=48.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal911242040.550.3900.2222.4852.5657.84
Hex5B7CCC3727014de353a
Octal13317431467470243366572
Binary101101111111001100110011011110011101010011011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,124,204); }

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

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

 a { background-color: rgb(91,124,204); }

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

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

 span { border-color: rgb(91,124,204); }

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