Html Css Color HEX #5283CD Havelock Blue

📋 copy color: '#5283CD'

red 82 ◦ green 131 ◦ blue 205

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

Shades of Havelock Blue #5283CD

Tints of Havelock Blue #5283CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 19.62%
G = 31.34%
B = 49.04%

CMYK

 C value IS 0.6

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5283CD (or 0x5283CD) is known color: Havelock Blue. HEX triplet: 52, 83 and CD. RGB value is (82,131,205). Sum of RGB (Red+Green+Blue) = 82+131+205=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #5283CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5283CD is #AD7C32. Grayscale: #7C7C7C. Windows color (decimal): -11369523 or 13468498. OLE color: 13468498.

HSL color Cylindrical-coordinate representation of color #5283CD: hue angle of 216.1º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5283CD is Cyan = 0.6, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 131 205 -
CMYK 0.6 0.36 0 0.20
HSL 216.1º 0.55% 0.56% -
HSV(B) 216.1º 0.6% 0.8% -
XYZ 22.62 22.43 60.9 -
YUV 124.79 173.27 97.48 -
System Red Green Blue C M Y K H S L
Decimal 82 131 205 0.6 0.36 0 0.20 216.1 0.55 0.56
Hex 52 83 CD 3C 24 0 14 D8 37 38
Octal 122 203 315 74 44 0 24 330 67 70
Binary 1010010 10000011 11001101 111100 100100 0 10100 11011000 110111 111000

Color Harmonies of #5283CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5283CD

Black with #5283CD

Text Example


Text Example

White with #5283CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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