Html Css Color HEX #5279CD Havelock Blue

📋 copy color: '#5279CD'

red 82 ◦ green 121 ◦ blue 205

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

Shades of Havelock Blue #5279CD

Tints of Havelock Blue #5279CD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.66%

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

R = 20.1%
G = 29.66%
B = 50.25%

CMYK

 C value IS 0.6

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5279CD (or 0x5279CD) is known color: Havelock Blue. HEX triplet: 52, 79 and CD. RGB value is (82,121,205). Sum of RGB (Red+Green+Blue) = 82+121+205=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #5279CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5279CD is #AD8632. Grayscale: #767676. Windows color (decimal): -11372083 or 13465938. OLE color: 13465938.

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

Color convert

RGB 82 121 205 -
CMYK 0.6 0.41 0 0.20
HSL 220.98º 0.55% 0.56% -
HSV(B) 220.98º 0.6% 0.8% -
XYZ 21.34 19.88 60.47 -
YUV 118.92 176.58 101.67 -
System Red Green Blue C M Y K H S L
Decimal 82 121 205 0.6 0.41 0 0.20 220.98 0.55 0.56
Hex 52 79 CD 3C 29 0 14 DD 37 38
Octal 122 171 315 74 51 0 24 335 67 70
Binary 1010010 1111001 11001101 111100 101001 0 10100 11011101 110111 111000

Color Harmonies of #5279CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5279CD

Black with #5279CD

Text Example


Text Example

White with #5279CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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