Html Css Color HEX #5283DD Havelock Blue

📋 copy color: '#5283DD'

red 82 ◦ green 131 ◦ blue 221

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

Shades of Havelock Blue #5283DD

Tints of Havelock Blue #5283DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.18%

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

R = 18.89%
G = 30.18%
B = 50.92%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5283DD (or 0x5283DD) is known color: Havelock Blue. HEX triplet: 52, 83 and DD. RGB value is (82,131,221). Sum of RGB (Red+Green+Blue) = 82+131+221=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #5283DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5283DD is #AD7C22. Grayscale: #7E7E7E. Windows color (decimal): -11369507 or 14517074. OLE color: 14517074.

HSL color Cylindrical-coordinate representation of color #5283DD: hue angle of 218.85º 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 #5283DD is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 131 221 -
CMYK 0.63 0.41 0 0.13
HSL 218.85º 0.67% 0.59% -
HSV(B) 218.85º 0.63% 0.87% -
XYZ 24.65 23.25 71.59 -
YUV 126.61 181.27 96.18 -
System Red Green Blue C M Y K H S L
Decimal 82 131 221 0.63 0.41 0 0.13 218.85 0.67 0.59
Hex 52 83 DD 3F 29 0 D DB 43 3B
Octal 122 203 335 77 51 0 15 333 103 73
Binary 1010010 10000011 11011101 111111 101001 0 1101 11011011 1000011 111011

Color Harmonies of #5283DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5283DD

Black with #5283DD

Text Example


Text Example

White with #5283DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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