Html Css Color HEX #5C7DCA Havelock Blue

📋 copy color: '#5C7DCA'

red 92 ◦ green 125 ◦ blue 202

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

Shades of Havelock Blue #5C7DCA

Tints of Havelock Blue #5C7DCA

RGB

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

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

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

R = 21.96%
G = 29.83%
B = 48.21%

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

#5C7DCA (or 0x5C7DCA) is known color: Havelock Blue. HEX triplet: 5C, 7D and CA. RGB value is (92,125,202). Sum of RGB (Red+Green+Blue) = 92+125+202=419 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.96% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #5C7DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7DCA is #A38235. Grayscale: #7B7B7B. Windows color (decimal): -10715702 or 13270364. OLE color: 13270364.

HSL color Cylindrical-coordinate representation of color #5C7DCA: hue angle of 222º 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 #5C7DCA is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 92 125 202 -
CMYK 0.54 0.38 0 0.21
HSL 222º 0.51% 0.58% -
HSV(B) 222º 0.54% 0.79% -
XYZ 22.41 21.21 58.79 -
YUV 123.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 92 125 202 0.54 0.38 0 0.21 222 0.51 0.58
Hex 5C 7D CA 36 26 0 15 DE 33 3A
Octal 134 175 312 66 46 0 25 336 63 72
Binary 1011100 1111101 11001010 110110 100110 0 10101 11011110 110011 111010

Color Harmonies of #5C7DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7DCA

Black with #5C7DCA

Text Example


Text Example

White with #5C7DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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