Html Css Color HEX #5A74CE Havelock Blue

📋 copy color: '#5A74CE'

red 90 ◦ green 116 ◦ blue 206

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

Shades of Havelock Blue #5A74CE

Tints of Havelock Blue #5A74CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50%

R = 21.84%
G = 28.16%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A74CE (or 0x5A74CE) is known color: Havelock Blue. HEX triplet: 5A, 74 and CE. RGB value is (90,116,206). Sum of RGB (Red+Green+Blue) = 90+116+206=412 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.84% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A74CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A74CE is #A58B31. Grayscale: #767676. Windows color (decimal): -10849074 or 13530202. OLE color: 13530202.

HSL color Cylindrical-coordinate representation of color #5A74CE: hue angle of 226.55º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A74CE is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 116 206 -
CMYK 0.56 0.44 0 0.19
HSL 226.55º 0.54% 0.58% -
HSV(B) 226.55º 0.56% 0.81% -
XYZ 21.6 19.12 60.94 -
YUV 118.49 177.39 107.68 -
System Red Green Blue C M Y K H S L
Decimal 90 116 206 0.56 0.44 0 0.19 226.55 0.54 0.58
Hex 5A 74 CE 38 2C 0 13 E3 36 3A
Octal 132 164 316 70 54 0 23 343 66 72
Binary 1011010 1110100 11001110 111000 101100 0 10011 11100011 110110 111010

Color Harmonies of #5A74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A74CE

Black with #5A74CE

Text Example


Text Example

White with #5A74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,116,206); }

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

background-color css

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

 a { background-color: rgb(90,116,206); }

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

border-color css

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

 span { border-color: rgb(90,116,206); }

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