#5283CB

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

Shades of Havelock Blue #5283CB

Tints of Havelock Blue #5283CB

Color information

#5283CB (or 0x5283CB) is unknown color: approx Havelock Blue. HEX triplet: 52, 83 and CB. RGB value is (82,131,203). Sum of RGB (Red+Green+Blue) = 82+131+203=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #5283CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5283CB is #AD7C34. Grayscale: #7C7C7C. Windows color (decimal): -11369525 or 13337426. OLE color: 13337426.

HSL color Cylindrical-coordinate representation of color #5283CB: hue angle of 215.7º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5283CB is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82131203-
CMYK0.600.3500.20
HSL215.7º53.78%55.88%-
HSV(B)215.7º59.61%79.61%-
XYZ22.3822.3459.63-
YUV124.56172.2797.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.71%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 203 (79.69% from 255) = 48.80%
R=19.71%
G=31.49%
B=48.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821312030.600.3500.20215.753.7855.88
Hex5283CB3C23014d83638
Octal12220331374430243306670
Binary1010010100000111100101111110010001101010011011000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5283CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5283CB; }

 p { color: rgb(82,131,203); }

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

<style>
 a { background-color: #5283CB; }

 a { background-color: rgb(82,131,203); }

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

<style>
 span { border-color: #5283CB; }

 span { border-color: rgb(82,131,203); }

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