Html Css Color HEX #5A72CD Havelock Blue

📋 copy color: '#5A72CD'

red 90 ◦ green 114 ◦ blue 205

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

Shades of Havelock Blue #5A72CD

Tints of Havelock Blue #5A72CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.87%

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 22%
G = 27.87%
B = 50.12%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A72CD (or 0x5A72CD) is known color: Havelock Blue. HEX triplet: 5A, 72 and CD. RGB value is (90,114,205). Sum of RGB (Red+Green+Blue) = 90+114+205=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A72CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A72CD is #A58D32. Grayscale: #747474. Windows color (decimal): -10849587 or 13464154. OLE color: 13464154.

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

Color convert

RGB 90 114 205 -
CMYK 0.56 0.44 0 0.20
HSL 227.48º 0.53% 0.58% -
HSV(B) 227.48º 0.56% 0.8% -
XYZ 21.25 18.62 60.23 -
YUV 117.2 177.55 108.6 -
System Red Green Blue C M Y K H S L
Decimal 90 114 205 0.56 0.44 0 0.20 227.48 0.53 0.58
Hex 5A 72 CD 38 2C 0 14 E3 35 3A
Octal 132 162 315 70 54 0 24 343 65 72
Binary 1011010 1110010 11001101 111000 101100 0 10100 11100011 110101 111010

Color Harmonies of #5A72CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A72CD

Black with #5A72CD

Text Example


Text Example

White with #5A72CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,114,205); }

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

background-color css

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

 a { background-color: rgb(90,114,205); }

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

border-color css

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

 span { border-color: rgb(90,114,205); }

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