#5283C4

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

Shades of Havelock Blue #5283C4

Tints of Havelock Blue #5283C4

Color information

#5283C4 (or 0x5283C4) is unknown color: approx Havelock Blue. HEX triplet: 52, 83 and C4. RGB value is (82,131,196). Sum of RGB (Red+Green+Blue) = 82+131+196=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #5283C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5283C4 is #AD7C3B. Grayscale: #7B7B7B. Windows color (decimal): -11369532 or 12878674. OLE color: 12878674.

HSL color Cylindrical-coordinate representation of color #5283C4: hue angle of 214.21º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5283C4 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB82131196-
CMYK0.580.3300.23
HSL214.21º49.14%54.51%-
HSV(B)214.21º58.16%76.86%-
XYZ21.5622.0155.34-
YUV123.76168.7798.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.05%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 196 (76.95% from 255) = 47.92%
R=20.05%
G=32.03%
B=47.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal821311960.580.3300.23214.2149.1454.51
Hex5283C43A21017d63137
Octal12220330472410273266167
Binary1010010100000111100010011101010000101011111010110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5283C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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