Html Css Color HEX #5C7ECA Havelock Blue

📋 copy color: '#5C7ECA'

red 92 ◦ green 126 ◦ blue 202

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

Shades of Havelock Blue #5C7ECA

Tints of Havelock Blue #5C7ECA

RGB

 RED value IS 92 (36.33% from 255) = 21.9%

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

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

R = 21.9%
G = 30%
B = 48.1%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5C7ECA (or 0x5C7ECA) is known color: Havelock Blue. HEX triplet: 5C, 7E and CA. RGB value is (92,126,202). Sum of RGB (Red+Green+Blue) = 92+126+202=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C7ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7ECA is #A38135. Grayscale: #7C7C7C. Windows color (decimal): -10715446 or 13270620. OLE color: 13270620.

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

Color convert

RGB 92 126 202 -
CMYK 0.54 0.38 0 0.21
HSL 221.45º 0.51% 0.58% -
HSV(B) 221.45º 0.54% 0.79% -
XYZ 22.54 21.46 58.83 -
YUV 124.5 171.74 104.82 -
System Red Green Blue C M Y K H S L
Decimal 92 126 202 0.54 0.38 0 0.21 221.45 0.51 0.58
Hex 5C 7E CA 36 26 0 15 DD 33 3A
Octal 134 176 312 66 46 0 25 335 63 72
Binary 1011100 1111110 11001010 110110 100110 0 10101 11011101 110011 111010

Color Harmonies of #5C7ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7ECA

Black with #5C7ECA

Text Example


Text Example

White with #5C7ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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