Html Css Color HEX #5C7DCE Havelock Blue

📋 copy color: '#5C7DCE'

red 92 ◦ green 125 ◦ blue 206

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

Shades of Havelock Blue #5C7DCE

Tints of Havelock Blue #5C7DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.55%

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

R = 21.75%
G = 29.55%
B = 48.7%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C7DCE (or 0x5C7DCE) is known color: Havelock Blue. HEX triplet: 5C, 7D and CE. RGB value is (92,125,206). Sum of RGB (Red+Green+Blue) = 92+125+206=423 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.75% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C7DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7DCE is #A38231. Grayscale: #7C7C7C. Windows color (decimal): -10715698 or 13532508. OLE color: 13532508.

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

Color convert

RGB 92 125 206 -
CMYK 0.55 0.39 0 0.19
HSL 222.63º 0.54% 0.58% -
HSV(B) 222.63º 0.55% 0.81% -
XYZ 22.89 21.4 61.32 -
YUV 124.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 92 125 206 0.55 0.39 0 0.19 222.63 0.54 0.58
Hex 5C 7D CE 37 27 0 13 DF 36 3A
Octal 134 175 316 67 47 0 23 337 66 72
Binary 1011100 1111101 11001110 110111 100111 0 10011 11011111 110110 111010

Color Harmonies of #5C7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7DCE

Black with #5C7DCE

Text Example


Text Example

White with #5C7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,125,206); }

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

background-color css

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

 a { background-color: rgb(92,125,206); }

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

border-color css

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

 span { border-color: rgb(92,125,206); }

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