Html Css Color HEX #5283BA Havelock Blue

📋 copy color: '#5283BA'

red 82 ◦ green 131 ◦ blue 186

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

Shades of Havelock Blue #5283BA

Tints of Havelock Blue #5283BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 20.55%
G = 32.83%
B = 46.62%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5283BA (or 0x5283BA) is known color: Havelock Blue. HEX triplet: 52, 83 and BA. RGB value is (82,131,186). Sum of RGB (Red+Green+Blue) = 82+131+186=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #5283BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5283BA is #AD7C45. Grayscale: #7A7A7A. Windows color (decimal): -11369542 or 12223314. OLE color: 12223314.

HSL color Cylindrical-coordinate representation of color #5283BA: hue angle of 211.73º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5283BA is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 131 186 -
CMYK 0.56 0.30 0 0.27
HSL 211.73º 0.43% 0.53% -
HSV(B) 211.73º 0.56% 0.73% -
XYZ 20.46 21.57 49.54 -
YUV 122.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 82 131 186 0.56 0.30 0 0.27 211.73 0.43 0.53
Hex 52 83 BA 38 1E 0 1B D4 2B 35
Octal 122 203 272 70 36 0 33 324 53 65
Binary 1010010 10000011 10111010 111000 11110 0 11011 11010100 101011 110101

Color Harmonies of #5283BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5283BA

Black with #5283BA

Text Example


Text Example

White with #5283BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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