Html Css Color HEX #5C7CD1 Havelock Blue

📋 copy color: '#5C7CD1'

red 92 ◦ green 124 ◦ blue 209

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

Shades of Havelock Blue #5C7CD1

Tints of Havelock Blue #5C7CD1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.18%

 BLUE value IS 209 (82.03% from 255) = 49.18%

R = 21.65%
G = 29.18%
B = 49.18%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5C7CD1 (or 0x5C7CD1) is known color: Havelock Blue. HEX triplet: 5C, 7C and D1. RGB value is (92,124,209). Sum of RGB (Red+Green+Blue) = 92+124+209=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #5C7CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7CD1 is #A3832E. Grayscale: #7B7B7B. Windows color (decimal): -10715951 or 13728860. OLE color: 13728860.

HSL color Cylindrical-coordinate representation of color #5C7CD1: hue angle of 223.59º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C7CD1 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 92 124 209 -
CMYK 0.56 0.41 0 0.18
HSL 223.59º 0.56% 0.59% -
HSV(B) 223.59º 0.56% 0.82% -
XYZ 23.13 21.29 63.21 -
YUV 124.12 175.9 105.09 -
System Red Green Blue C M Y K H S L
Decimal 92 124 209 0.56 0.41 0 0.18 223.59 0.56 0.59
Hex 5C 7C D1 38 29 0 12 E0 38 3B
Octal 134 174 321 70 51 0 22 340 70 73
Binary 1011100 1111100 11010001 111000 101001 0 10010 11100000 111000 111011

Color Harmonies of #5C7CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7CD1

Black with #5C7CD1

Text Example


Text Example

White with #5C7CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,124,209); }

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

background-color css

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

 a { background-color: rgb(92,124,209); }

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

border-color css

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

 span { border-color: rgb(92,124,209); }

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