#5C7DBA

Color #5C7DBA Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5C7DBA

Tints of Havelock Blue #5C7DBA

Color information

#5C7DBA (or 0x5C7DBA) is unknown color: approx Havelock Blue. HEX triplet: 5C, 7D and BA. RGB value is (92,125,186). Sum of RGB (Red+Green+Blue) = 92+125+186=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C7DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7DBA is #A38245. Grayscale: #797979. Windows color (decimal): -10715718 or 12221788. OLE color: 12221788.

HSL color Cylindrical-coordinate representation of color #5C7DBA: hue angle of 218.94º 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 #5C7DBA is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB92125186-
CMYK0.510.3300.27
HSL218.94º40.52%54.51%-
HSV(B)218.94º50.54%72.94%-
XYZ20.6120.4949.32-
YUV122.09164.07106.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.83%
GREEN value IS 125 (49.22% from 255) = 31.02%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=22.83%
G=31.02%
B=46.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921251860.510.3300.27218.9440.5254.51
Hex5C7DBA332101Bdb2937
Octal13417527263410333335167
Binary101110011111011011101011001110000101101111011011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C7DBA;
 }
 .AnyTagClassName
 {
   color: #5C7DBA;
 }
</style>
background-color css

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

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

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

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

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

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