Html Css Color HEX #5283BC Havelock Blue

📋 copy color: '#5283BC'

red 82 ◦ green 131 ◦ blue 188

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

Shades of Havelock Blue #5283BC

Tints of Havelock Blue #5283BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 20.45%
G = 32.67%
B = 46.88%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5283BC (or 0x5283BC) is known color: Havelock Blue. HEX triplet: 52, 83 and BC. RGB value is (82,131,188). Sum of RGB (Red+Green+Blue) = 82+131+188=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #5283BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5283BC is #AD7C43. Grayscale: #7A7A7A. Windows color (decimal): -11369540 or 12354386. OLE color: 12354386.

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

Color convert

RGB 82 131 188 -
CMYK 0.56 0.30 0 0.26
HSL 212.26º 0.44% 0.53% -
HSV(B) 212.26º 0.56% 0.74% -
XYZ 20.67 21.66 50.67 -
YUV 122.85 164.77 98.87 -
System Red Green Blue C M Y K H S L
Decimal 82 131 188 0.56 0.30 0 0.26 212.26 0.44 0.53
Hex 52 83 BC 38 1E 0 1A D4 2C 35
Octal 122 203 274 70 36 0 32 324 54 65
Binary 1010010 10000011 10111100 111000 11110 0 11010 11010100 101100 110101

Color Harmonies of #5283BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5283BC

Black with #5283BC

Text Example


Text Example

White with #5283BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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