Html Css Color HEX #5C7CBF Havelock Blue

📋 copy color: '#5C7CBF'

red 92 ◦ green 124 ◦ blue 191

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

Shades of Havelock Blue #5C7CBF

Tints of Havelock Blue #5C7CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 22.6%
G = 30.47%
B = 46.93%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5C7CBF (or 0x5C7CBF) is known color: Havelock Blue. HEX triplet: 5C, 7C and BF. RGB value is (92,124,191). Sum of RGB (Red+Green+Blue) = 92+124+191=407 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.60% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C7CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7CBF is #A38340. Grayscale: #797979. Windows color (decimal): -10715969 or 12549212. OLE color: 12549212.

HSL color Cylindrical-coordinate representation of color #5C7CBF: hue angle of 220.61º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C7CBF is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 124 191 -
CMYK 0.52 0.35 0 0.25
HSL 220.61º 0.44% 0.55% -
HSV(B) 220.61º 0.52% 0.75% -
XYZ 21.03 20.45 52.13 -
YUV 122.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 92 124 191 0.52 0.35 0 0.25 220.61 0.44 0.55
Hex 5C 7C BF 34 23 0 19 DD 2C 37
Octal 134 174 277 64 43 0 31 335 54 67
Binary 1011100 1111100 10111111 110100 100011 0 11001 11011101 101100 110111

Color Harmonies of #5C7CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7CBF

Black with #5C7CBF

Text Example


Text Example

White with #5C7CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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