Html Css Color HEX #5C7EBA Havelock Blue

📋 copy color: '#5C7EBA'

red 92 ◦ green 126 ◦ blue 186

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

Shades of Havelock Blue #5C7EBA

Tints of Havelock Blue #5C7EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.19%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 22.77%
G = 31.19%
B = 46.04%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C7EBA (or 0x5C7EBA) is known color: Havelock Blue. HEX triplet: 5C, 7E and BA. RGB value is (92,126,186). Sum of RGB (Red+Green+Blue) = 92+126+186=404 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.77% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C7EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7EBA is #A38145. Grayscale: #7A7A7A. Windows color (decimal): -10715462 or 12222044. OLE color: 12222044.

HSL color Cylindrical-coordinate representation of color #5C7EBA: hue angle of 218.3º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C7EBA is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 126 186 -
CMYK 0.51 0.32 0 0.27
HSL 218.3º 0.41% 0.55% -
HSV(B) 218.3º 0.51% 0.73% -
XYZ 20.74 20.74 49.37 -
YUV 122.67 163.74 106.12 -
System Red Green Blue C M Y K H S L
Decimal 92 126 186 0.51 0.32 0 0.27 218.3 0.41 0.55
Hex 5C 7E BA 33 20 0 1B DA 29 37
Octal 134 176 272 63 40 0 33 332 51 67
Binary 1011100 1111110 10111010 110011 100000 0 11011 11011010 101001 110111

Color Harmonies of #5C7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7EBA

Black with #5C7EBA

Text Example


Text Example

White with #5C7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,126,186); }

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

background-color css

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

 a { background-color: rgb(92,126,186); }

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

border-color css

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

 span { border-color: rgb(92,126,186); }

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