Html Css Color HEX #5C7FBE Havelock Blue

📋 copy color: '#5C7FBE'

red 92 ◦ green 127 ◦ blue 190

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

Shades of Havelock Blue #5C7FBE

Tints of Havelock Blue #5C7FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 31.05%

 BLUE value IS 190 (74.61% from 255) = 46.45%

R = 22.49%
G = 31.05%
B = 46.45%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5C7FBE (or 0x5C7FBE) is known color: Havelock Blue. HEX triplet: 5C, 7F and BE. RGB value is (92,127,190). Sum of RGB (Red+Green+Blue) = 92+127+190=409 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.49% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C7FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7FBE is #A38041. Grayscale: #7B7B7B. Windows color (decimal): -10715202 or 12484444. OLE color: 12484444.

HSL color Cylindrical-coordinate representation of color #5C7FBE: hue angle of 218.57º degrees, saturation: 0.43, 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 #5C7FBE is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 127 190 -
CMYK 0.52 0.33 0 0.25
HSL 218.57º 0.43% 0.55% -
HSV(B) 218.57º 0.52% 0.75% -
XYZ 21.3 21.17 51.68 -
YUV 123.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 92 127 190 0.52 0.33 0 0.25 218.57 0.43 0.55
Hex 5C 7F BE 34 21 0 19 DB 2B 37
Octal 134 177 276 64 41 0 31 333 53 67
Binary 1011100 1111111 10111110 110100 100001 0 11001 11011011 101011 110111

Color Harmonies of #5C7FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7FBE

Black with #5C7FBE

Text Example


Text Example

White with #5C7FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,127,190); }

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

background-color css

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

 a { background-color: rgb(92,127,190); }

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

border-color css

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

 span { border-color: rgb(92,127,190); }

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