Html Css Color HEX #5280CD Havelock Blue

📋 copy color: '#5280CD'

red 82 ◦ green 128 ◦ blue 205

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

Shades of Havelock Blue #5280CD

Tints of Havelock Blue #5280CD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.84%

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

R = 19.76%
G = 30.84%
B = 49.4%

CMYK

 C value IS 0.6

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5280CD (or 0x5280CD) is known color: Havelock Blue. HEX triplet: 52, 80 and CD. RGB value is (82,128,205). Sum of RGB (Red+Green+Blue) = 82+128+205=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 128 (50.39% from 255 or 30.84% 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 #5280CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280CD is #AD7F32. Grayscale: #7A7A7A. Windows color (decimal): -11370291 or 13467730. OLE color: 13467730.

HSL color Cylindrical-coordinate representation of color #5280CD: hue angle of 217.56º 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 #5280CD is Cyan = 0.6, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 128 205 -
CMYK 0.6 0.38 0 0.20
HSL 217.56º 0.55% 0.56% -
HSV(B) 217.56º 0.6% 0.8% -
XYZ 22.22 21.64 60.76 -
YUV 123.02 174.26 98.74 -
System Red Green Blue C M Y K H S L
Decimal 82 128 205 0.6 0.38 0 0.20 217.56 0.55 0.56
Hex 52 80 CD 3C 26 0 14 DA 37 38
Octal 122 200 315 74 46 0 24 332 67 70
Binary 1010010 10000000 11001101 111100 100110 0 10100 11011010 110111 111000

Color Harmonies of #5280CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5280CD

Black with #5280CD

Text Example


Text Example

White with #5280CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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