#5a83ce

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

Shades of Havelock Blue #5A83CE

Tints of Havelock Blue #5A83CE

Color information

#5A83CE (or 0x5A83CE) is unknown color: approx Havelock Blue. HEX triplet: 5A, 83 and CE. RGB value is (90,131,206). Sum of RGB (Red+Green+Blue) = 90+131+206=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A83CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A83CE is #A57C31. Grayscale: #7E7E7E. Windows color (decimal): -10845234 or 13534042. OLE color: 13534042.

HSL color Cylindrical-coordinate representation of color #5A83CE: hue angle of 218.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A83CE is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB90131206-
CMYK0.560.3600.19
HSL218.79º54.21%58.04%-
HSV(B)218.79º56.31%80.78%-
XYZ23.4722.8661.57-
YUV127.29172.42101.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.08%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 206 (80.86% from 255) = 48.24%
R=21.08%
G=30.68%
B=48.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal901312060.560.3600.19218.7954.2158.04
Hex5A83CE3824013db363a
Octal13220331670440233336672
Binary1011010100000111100111011100010010001001111011011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a83ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,131,206); }

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

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

 a { background-color: rgb(90,131,206); }

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

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

 span { border-color: rgb(90,131,206); }

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