#5b7acd

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

Shades of Havelock Blue #5B7ACD

Tints of Havelock Blue #5B7ACD

Color information

#5B7ACD (or 0x5B7ACD) is unknown color: approx Havelock Blue. HEX triplet: 5B, 7A and CD. RGB value is (91,122,205). Sum of RGB (Red+Green+Blue) = 91+122+205=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B7ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ACD is #A48532. Grayscale: #797979. Windows color (decimal): -10782003 or 13466203. OLE color: 13466203.

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

Color convert

RGB91122205-
CMYK0.560.4000.20
HSL223.68º53.27%58.04%-
HSV(B)223.68º55.61%80.39%-
XYZ22.2920.5560.55-
YUV122.19174.73105.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.77%
GREEN value IS 122 (48.05% from 255) = 29.19%
BLUE value IS 205 (80.47% from 255) = 49.04%
R=21.77%
G=29.19%
B=49.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal911222050.560.4000.20223.6853.2758.04
Hex5B7ACD3828014e0353a
Octal13317231570500243406572
Binary101101111110101100110111100010100001010011100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b7acd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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