Html Css Color HEX #5A7CCC Havelock Blue

📋 copy color: '#5A7CCC'

red 90 ◦ green 124 ◦ blue 204

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

Shades of Havelock Blue #5A7CCC

Tints of Havelock Blue #5A7CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.67%

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

R = 21.53%
G = 29.67%
B = 48.8%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5A7CCC (or 0x5A7CCC) is known color: Havelock Blue. HEX triplet: 5A, 7C and CC. RGB value is (90,124,204). Sum of RGB (Red+Green+Blue) = 90+124+204=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 124 (48.83% from 255 or 29.67% 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 #5A7CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7CCC is #A58333. Grayscale: #7A7A7A. Windows color (decimal): -10847028 or 13401178. OLE color: 13401178.

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

Color convert

RGB 90 124 204 -
CMYK 0.56 0.39 0 0.2
HSL 222.11º 0.53% 0.58% -
HSV(B) 222.11º 0.56% 0.8% -
XYZ 22.32 20.95 59.99 -
YUV 122.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 90 124 204 0.56 0.39 0 0.2 222.11 0.53 0.58
Hex 5A 7C CC 38 27 0 14 DE 35 3A
Octal 132 174 314 70 47 0 24 336 65 72
Binary 1011010 1111100 11001100 111000 100111 0 10100 11011110 110101 111010

Color Harmonies of #5A7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7CCC

Black with #5A7CCC

Text Example


Text Example

White with #5A7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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