#5C7ACC

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

Shades of Havelock Blue #5C7ACC

Tints of Havelock Blue #5C7ACC

Color information

#5C7ACC (or 0x5C7ACC) is unknown color: approx Havelock Blue. HEX triplet: 5C, 7A and CC. RGB value is (92,122,204). Sum of RGB (Red+Green+Blue) = 92+122+204=418 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.01% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C7ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C7ACC is #A38533. Grayscale: #7A7A7A. Windows color (decimal): -10716468 or 13400668. OLE color: 13400668.

HSL color Cylindrical-coordinate representation of color #5C7ACC: hue angle of 223.93º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C7ACC is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB92122204-
CMYK0.550.4000.2
HSL223.93º52.34%58.04%-
HSV(B)223.93º54.9%80%-
XYZ22.2720.5559.92-
YUV122.38174.06106.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.01%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 204 (80.08% from 255) = 48.80%
R=22.01%
G=29.19%
B=48.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal921222040.550.4000.2223.9352.3458.04
Hex5C7ACC3728014e0343a
Octal13417231467500243406472
Binary101110011110101100110011011110100001010011100000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,122,204); }

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

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

 a { background-color: rgb(92,122,204); }

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

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

 span { border-color: rgb(92,122,204); }

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