Html Css Color HEX #5B7BCC Havelock Blue

📋 copy color: '#5B7BCC'

red 91 ◦ green 123 ◦ blue 204

#5B7BCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5B7BCC

Tints of Havelock Blue #5B7BCC

RGB

 RED value IS 91 (35.94% from 255) = 21.77%

 GREEN value IS 123 (48.44% from 255) = 29.43%

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 21.77%
G = 29.43%
B = 48.8%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5B7BCC (or 0x5B7BCC) is known color: Havelock Blue. HEX triplet: 5B, 7B and CC. RGB value is (91,123,204). Sum of RGB (Red+Green+Blue) = 91+123+204=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B7BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7BCC is #A48433. Grayscale: #7A7A7A. Windows color (decimal): -10781748 or 13400923. OLE color: 13400923.

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

Color convert

RGB 91 123 204 -
CMYK 0.55 0.40 0 0.2
HSL 223.01º 0.53% 0.58% -
HSV(B) 223.01º 0.55% 0.8% -
XYZ 22.3 20.75 59.96 -
YUV 122.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 91 123 204 0.55 0.40 0 0.2 223.01 0.53 0.58
Hex 5B 7B CC 37 28 0 14 DF 35 3A
Octal 133 173 314 67 50 0 24 337 65 72
Binary 1011011 1111011 11001100 110111 101000 0 10100 11011111 110101 111010

Color Harmonies of #5B7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7BCC

Black with #5B7BCC

Text Example


Text Example

White with #5B7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B7BCC;
 }
 .AnyTagClassName
 {
   color: #5B7BCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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