Html Css Color HEX #5082CD Havelock Blue

📋 copy color: '#5082CD'

red 80 ◦ green 130 ◦ blue 205

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

Shades of Havelock Blue #5082CD

Tints of Havelock Blue #5082CD

RGB

 RED value IS 80 (31.64% from 255) = 19.28%

 GREEN value IS 130 (51.17% from 255) = 31.33%

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

R = 19.28%
G = 31.33%
B = 49.4%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5082CD (or 0x5082CD) is known color: Havelock Blue. HEX triplet: 50, 82 and CD. RGB value is (80,130,205). Sum of RGB (Red+Green+Blue) = 80+130+205=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #5082CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5082CD is #AF7D32. Grayscale: #7B7B7B. Windows color (decimal): -11500851 or 13468240. OLE color: 13468240.

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

Color convert

RGB 80 130 205 -
CMYK 0.61 0.37 0 0.20
HSL 216º 0.56% 0.56% -
HSV(B) 216º 0.61% 0.8% -
XYZ 22.31 22.08 60.84 -
YUV 123.6 173.94 96.9 -
System Red Green Blue C M Y K H S L
Decimal 80 130 205 0.61 0.37 0 0.20 216 0.56 0.56
Hex 50 82 CD 3D 25 0 14 D8 38 38
Octal 120 202 315 75 45 0 24 330 70 70
Binary 1010000 10000010 11001101 111101 100101 0 10100 11011000 111000 111000

Color Harmonies of #5082CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082CD

Black with #5082CD

Text Example


Text Example

White with #5082CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,130,205); }

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

background-color css

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

 a { background-color: rgb(80,130,205); }

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

border-color css

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

 span { border-color: rgb(80,130,205); }

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