#5c7bc5

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

Shades of Havelock Blue #5C7BC5

Tints of Havelock Blue #5C7BC5

Color information

#5C7BC5 (or 0x5C7BC5) is unknown color: approx Havelock Blue. HEX triplet: 5C, 7B and C5. RGB value is (92,123,197). Sum of RGB (Red+Green+Blue) = 92+123+197=412 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.33% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #5C7BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7BC5 is #A3843A. Grayscale: #797979. Windows color (decimal): -10716219 or 12942172. OLE color: 12942172.

HSL color Cylindrical-coordinate representation of color #5C7BC5: hue angle of 222.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C7BC5 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB92123197-
CMYK0.530.3800.23
HSL222.29º47.51%56.67%-
HSV(B)222.29º53.3%77.25%-
XYZ21.5720.4755.64-
YUV122.17170.23106.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.33%
GREEN value IS 123 (48.44% from 255) = 29.85%
BLUE value IS 197 (77.34% from 255) = 47.82%
R=22.33%
G=29.85%
B=47.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal921231970.530.3800.23222.2947.5156.67
Hex5C7BC53526017de3039
Octal13417330565460273366071
Binary101110011110111100010111010110011001011111011110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c7bc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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