Html Css Color HEX #5279D0 Havelock Blue

📋 copy color: '#5279D0'

red 82 ◦ green 121 ◦ blue 208

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

Shades of Havelock Blue #5279D0

Tints of Havelock Blue #5279D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.61%

R = 19.95%
G = 29.44%
B = 50.61%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5279D0 (or 0x5279D0) is known color: Havelock Blue. HEX triplet: 52, 79 and D0. RGB value is (82,121,208). Sum of RGB (Red+Green+Blue) = 82+121+208=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #5279D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5279D0 is #AD862F. Grayscale: #767676. Windows color (decimal): -11372080 or 13662546. OLE color: 13662546.

HSL color Cylindrical-coordinate representation of color #5279D0: hue angle of 221.43º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5279D0 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 121 208 -
CMYK 0.61 0.42 0 0.18
HSL 221.43º 0.57% 0.57% -
HSV(B) 221.43º 0.61% 0.82% -
XYZ 21.7 20.02 62.4 -
YUV 119.26 178.08 101.43 -
System Red Green Blue C M Y K H S L
Decimal 82 121 208 0.61 0.42 0 0.18 221.43 0.57 0.57
Hex 52 79 D0 3D 2A 0 12 DD 39 39
Octal 122 171 320 75 52 0 22 335 71 71
Binary 1010010 1111001 11010000 111101 101010 0 10010 11011101 111001 111001

Color Harmonies of #5279D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5279D0

Black with #5279D0

Text Example


Text Example

White with #5279D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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