#5B7ACC

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

Shades of Havelock Blue #5B7ACC

Tints of Havelock Blue #5B7ACC

Color information

#5B7ACC (or 0x5B7ACC) is unknown color: approx Havelock Blue. HEX triplet: 5B, 7A and CC. RGB value is (91,122,204). Sum of RGB (Red+Green+Blue) = 91+122+204=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B7ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ACC is #A48533. Grayscale: #797979. Windows color (decimal): -10782004 or 13400667. OLE color: 13400667.

HSL color Cylindrical-coordinate representation of color #5B7ACC: hue angle of 223.54º degrees, saturation: 0.53, 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 #5B7ACC is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB91122204-
CMYK0.550.4000.2
HSL223.54º52.56%57.84%-
HSV(B)223.54º55.39%80%-
XYZ22.1720.559.92-
YUV122.08174.23105.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.82%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=21.82%
G=29.26%
B=48.92%

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
Decimal911222040.550.4000.2223.5452.5657.84
Hex5B7ACC3728014e0353a
Octal13317231467500243406572
Binary101101111110101100110011011110100001010011100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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