Html Css Color HEX #5774CB Havelock Blue

📋 copy color: '#5774CB'

red 87 ◦ green 116 ◦ blue 203

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

Shades of Havelock Blue #5774CB

Tints of Havelock Blue #5774CB

RGB

 RED value IS 87 (34.38% from 255) = 21.43%

 GREEN value IS 116 (45.7% from 255) = 28.57%

 BLUE value IS 203 (79.69% from 255) = 50%

R = 21.43%
G = 28.57%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5774CB (or 0x5774CB) is known color: Havelock Blue. HEX triplet: 57, 74 and CB. RGB value is (87,116,203). Sum of RGB (Red+Green+Blue) = 87+116+203=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #5774CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5774CB is #A88B34. Grayscale: #747474. Windows color (decimal): -11045685 or 13333591. OLE color: 13333591.

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

Color convert

RGB 87 116 203 -
CMYK 0.57 0.43 0 0.20
HSL 225º 0.53% 0.57% -
HSV(B) 225º 0.57% 0.8% -
XYZ 20.96 18.83 59.03 -
YUV 117.25 176.39 106.43 -
System Red Green Blue C M Y K H S L
Decimal 87 116 203 0.57 0.43 0 0.20 225 0.53 0.57
Hex 57 74 CB 39 2B 0 14 E1 35 39
Octal 127 164 313 71 53 0 24 341 65 71
Binary 1010111 1110100 11001011 111001 101011 0 10100 11100001 110101 111001

Color Harmonies of #5774CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5774CB

Black with #5774CB

Text Example


Text Example

White with #5774CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5774CB; }

 p { color: rgb(87,116,203); }

 H1.HeaderClassName
 {
   color: #5774CB;
 }
 .AnyTagClassName
 {
   color: #5774CB;
 }
</style>

background-color css

<style>
 a { background-color: #5774CB; }

 a { background-color: rgb(87,116,203); }

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

border-color css

<style>
 span { border-color: #5774CB; }

 span { border-color: rgb(87,116,203); }

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