Html Css Color HEX #5281DD Havelock Blue

📋 copy color: '#5281DD'

red 82 ◦ green 129 ◦ blue 221

#5281DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5281DD

Tints of Havelock Blue #5281DD

RGB

 RED value IS 82 (32.42% from 255) = 18.98%

 GREEN value IS 129 (50.78% from 255) = 29.86%

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 18.98%
G = 29.86%
B = 51.16%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5281DD (or 0x5281DD) is known color: Havelock Blue. HEX triplet: 52, 81 and DD. RGB value is (82,129,221). Sum of RGB (Red+Green+Blue) = 82+129+221=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #5281DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5281DD is #AD7E22. Grayscale: #7D7D7D. Windows color (decimal): -11370019 or 14516562. OLE color: 14516562.

HSL color Cylindrical-coordinate representation of color #5281DD: hue angle of 219.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5281DD is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 129 221 -
CMYK 0.63 0.42 0 0.13
HSL 219.71º 0.67% 0.59% -
HSV(B) 219.71º 0.63% 0.87% -
XYZ 24.38 22.71 71.51 -
YUV 125.44 181.93 97.02 -
System Red Green Blue C M Y K H S L
Decimal 82 129 221 0.63 0.42 0 0.13 219.71 0.67 0.59
Hex 52 81 DD 3F 2A 0 D DC 43 3B
Octal 122 201 335 77 52 0 15 334 103 73
Binary 1010010 10000001 11011101 111111 101010 0 1101 11011100 1000011 111011

Color Harmonies of #5281DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5281DD

Black with #5281DD

Text Example


Text Example

White with #5281DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5281DD; }

 p { color: rgb(82,129,221); }

 H1.HeaderClassName
 {
   color: #5281DD;
 }
 .AnyTagClassName
 {
   color: #5281DD;
 }
</style>

background-color css

<style>
 a { background-color: #5281DD; }

 a { background-color: rgb(82,129,221); }

 div.DivClassName
 {
   background-color: #5281DD;
 }
 .BgClassName
 {
   background-color: #5281DD;
 }
</style>

border-color css

<style>
 span { border-color: #5281DD; }

 span { border-color: rgb(82,129,221); }

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