Html Css Color HEX #5082CC Havelock Blue

📋 copy color: '#5082CC'

red 80 ◦ green 130 ◦ blue 204

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

Shades of Havelock Blue #5082CC

Tints of Havelock Blue #5082CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 19.32%
G = 31.4%
B = 49.28%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5082CC (or 0x5082CC) is known color: Havelock Blue. HEX triplet: 50, 82 and CC. RGB value is (80,130,204). Sum of RGB (Red+Green+Blue) = 80+130+204=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #5082CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5082CC is #AF7D33. Grayscale: #7B7B7B. Windows color (decimal): -11500852 or 13402704. OLE color: 13402704.

HSL color Cylindrical-coordinate representation of color #5082CC: hue angle of 215.81º degrees, saturation: 0.55, 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 #5082CC is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 130 204 -
CMYK 0.61 0.36 0 0.2
HSL 215.81º 0.55% 0.56% -
HSV(B) 215.81º 0.61% 0.8% -
XYZ 22.19 22.03 60.21 -
YUV 123.49 173.44 96.98 -
System Red Green Blue C M Y K H S L
Decimal 80 130 204 0.61 0.36 0 0.2 215.81 0.55 0.56
Hex 50 82 CC 3D 24 0 14 D8 37 38
Octal 120 202 314 75 44 0 24 330 67 70
Binary 1010000 10000010 11001100 111101 100100 0 10100 11011000 110111 111000

Color Harmonies of #5082CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082CC

Black with #5082CC

Text Example


Text Example

White with #5082CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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