Html Css Color HEX #5A7ECA Havelock Blue

📋 copy color: '#5A7ECA'

red 90 ◦ green 126 ◦ blue 202

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

Shades of Havelock Blue #5A7ECA

Tints of Havelock Blue #5A7ECA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.14%

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 21.53%
G = 30.14%
B = 48.33%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A7ECA (or 0x5A7ECA) is known color: Havelock Blue. HEX triplet: 5A, 7E and CA. RGB value is (90,126,202). Sum of RGB (Red+Green+Blue) = 90+126+202=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A7ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A7ECA is #A58135. Grayscale: #7B7B7B. Windows color (decimal): -10846518 or 13270618. OLE color: 13270618.

HSL color Cylindrical-coordinate representation of color #5A7ECA: hue angle of 220.71º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A7ECA is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 126 202 -
CMYK 0.55 0.38 0 0.21
HSL 220.71º 0.51% 0.57% -
HSV(B) 220.71º 0.55% 0.79% -
XYZ 22.34 21.36 58.82 -
YUV 123.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 90 126 202 0.55 0.38 0 0.21 220.71 0.51 0.57
Hex 5A 7E CA 37 26 0 15 DD 33 39
Octal 132 176 312 67 46 0 25 335 63 71
Binary 1011010 1111110 11001010 110111 100110 0 10101 11011101 110011 111001

Color Harmonies of #5A7ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7ECA

Black with #5A7ECA

Text Example


Text Example

White with #5A7ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,126,202); }

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

background-color css

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

 a { background-color: rgb(90,126,202); }

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

border-color css

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

 span { border-color: rgb(90,126,202); }

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