Html Css Color HEX #5C7ECF Havelock Blue

📋 copy color: '#5C7ECF'

red 92 ◦ green 126 ◦ blue 207

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

Shades of Havelock Blue #5C7ECF

Tints of Havelock Blue #5C7ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 21.65%
G = 29.65%
B = 48.71%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C7ECF (or 0x5C7ECF) is known color: Havelock Blue. HEX triplet: 5C, 7E and CF. RGB value is (92,126,207). Sum of RGB (Red+Green+Blue) = 92+126+207=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #5C7ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7ECF is #A38130. Grayscale: #7C7C7C. Windows color (decimal): -10715441 or 13598300. OLE color: 13598300.

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

Color convert

RGB 92 126 207 -
CMYK 0.56 0.39 0 0.19
HSL 222.26º 0.55% 0.59% -
HSV(B) 222.26º 0.56% 0.81% -
XYZ 23.14 21.7 62 -
YUV 125.07 174.24 104.41 -
System Red Green Blue C M Y K H S L
Decimal 92 126 207 0.56 0.39 0 0.19 222.26 0.55 0.59
Hex 5C 7E CF 38 27 0 13 DE 37 3B
Octal 134 176 317 70 47 0 23 336 67 73
Binary 1011100 1111110 11001111 111000 100111 0 10011 11011110 110111 111011

Color Harmonies of #5C7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7ECF

Black with #5C7ECF

Text Example


Text Example

White with #5C7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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