#5C7BBE

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

Shades of Havelock Blue #5C7BBE

Tints of Havelock Blue #5C7BBE

Color information

#5C7BBE (or 0x5C7BBE) is unknown color: approx Havelock Blue. HEX triplet: 5C, 7B and BE. RGB value is (92,123,190). Sum of RGB (Red+Green+Blue) = 92+123+190=405 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.72% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7BBE is #A38441. Grayscale: #797979. Windows color (decimal): -10716226 or 12483420. OLE color: 12483420.

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

Color convert

RGB92123190-
CMYK0.520.3500.25
HSL221.02º42.98%55.29%-
HSV(B)221.02º51.58%74.51%-
XYZ20.7920.1651.51-
YUV121.37166.73107.05-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.72%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=22.72%
G=30.37%
B=46.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921231900.520.3500.25221.0242.9855.29
Hex5C7BBE3423019dd2b37
Octal13417327664430313355367
Binary101110011110111011111011010010001101100111011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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