Html Css Color HEX #5774CC Havelock Blue

📋 copy color: '#5774CC'

red 87 ◦ green 116 ◦ blue 204

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

Shades of Havelock Blue #5774CC

Tints of Havelock Blue #5774CC

RGB

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

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

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

R = 21.38%
G = 28.5%
B = 50.12%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5774CC (or 0x5774CC) is known color: Havelock Blue. HEX triplet: 57, 74 and CC. RGB value is (87,116,204). Sum of RGB (Red+Green+Blue) = 87+116+204=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #5774CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5774CC is #A88B33. Grayscale: #747474. Windows color (decimal): -11045684 or 13399127. OLE color: 13399127.

HSL color Cylindrical-coordinate representation of color #5774CC: hue angle of 225.13º 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 #5774CC is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 116 204 -
CMYK 0.57 0.43 0 0.2
HSL 225.13º 0.53% 0.57% -
HSV(B) 225.13º 0.57% 0.8% -
XYZ 21.07 18.88 59.66 -
YUV 117.36 176.89 106.34 -
System Red Green Blue C M Y K H S L
Decimal 87 116 204 0.57 0.43 0 0.2 225.13 0.53 0.57
Hex 57 74 CC 39 2B 0 14 E1 35 39
Octal 127 164 314 71 53 0 24 341 65 71
Binary 1010111 1110100 11001100 111001 101011 0 10100 11100001 110101 111001

Color Harmonies of #5774CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5774CC

Black with #5774CC

Text Example


Text Example

White with #5774CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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