Html Css Color HEX #5A77CC Havelock Blue

📋 copy color: '#5A77CC'

red 90 ◦ green 119 ◦ blue 204

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

Shades of Havelock Blue #5A77CC

Tints of Havelock Blue #5A77CC

RGB

 RED value IS 90 (35.55% from 255) = 21.79%

 GREEN value IS 119 (46.88% from 255) = 28.81%

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

R = 21.79%
G = 28.81%
B = 49.39%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5A77CC (or 0x5A77CC) is known color: Havelock Blue. HEX triplet: 5A, 77 and CC. RGB value is (90,119,204). Sum of RGB (Red+Green+Blue) = 90+119+204=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A77CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A77CC is #A58833. Grayscale: #777777. Windows color (decimal): -10848308 or 13399898. OLE color: 13399898.

HSL color Cylindrical-coordinate representation of color #5A77CC: hue angle of 224.74º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A77CC is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 119 204 -
CMYK 0.56 0.42 0 0.2
HSL 224.74º 0.53% 0.58% -
HSV(B) 224.74º 0.56% 0.8% -
XYZ 21.71 19.73 59.79 -
YUV 120.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 90 119 204 0.56 0.42 0 0.2 224.74 0.53 0.58
Hex 5A 77 CC 38 2A 0 14 E1 35 3A
Octal 132 167 314 70 52 0 24 341 65 72
Binary 1011010 1110111 11001100 111000 101010 0 10100 11100001 110101 111010

Color Harmonies of #5A77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A77CC

Black with #5A77CC

Text Example


Text Example

White with #5A77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,119,204); }

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

background-color css

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

 a { background-color: rgb(90,119,204); }

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

border-color css

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

 span { border-color: rgb(90,119,204); }

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