Html Css Color HEX #5283BE Havelock Blue

📋 copy color: '#5283BE'

red 82 ◦ green 131 ◦ blue 190

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

Shades of Havelock Blue #5283BE

Tints of Havelock Blue #5283BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 20.35%
G = 32.51%
B = 47.15%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5283BE (or 0x5283BE) is known color: Havelock Blue. HEX triplet: 52, 83 and BE. RGB value is (82,131,190). Sum of RGB (Red+Green+Blue) = 82+131+190=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #5283BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5283BE is #AD7C41. Grayscale: #7A7A7A. Windows color (decimal): -11369538 or 12485458. OLE color: 12485458.

HSL color Cylindrical-coordinate representation of color #5283BE: hue angle of 212.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5283BE is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 131 190 -
CMYK 0.57 0.31 0 0.25
HSL 212.78º 0.45% 0.53% -
HSV(B) 212.78º 0.57% 0.75% -
XYZ 20.89 21.74 51.81 -
YUV 123.08 165.77 98.7 -
System Red Green Blue C M Y K H S L
Decimal 82 131 190 0.57 0.31 0 0.25 212.78 0.45 0.53
Hex 52 83 BE 39 1F 0 19 D5 2D 35
Octal 122 203 276 71 37 0 31 325 55 65
Binary 1010010 10000011 10111110 111001 11111 0 11001 11010101 101101 110101

Color Harmonies of #5283BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5283BE

Black with #5283BE

Text Example


Text Example

White with #5283BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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