Html Css Color HEX #5279BC Havelock Blue

📋 copy color: '#5279BC'

red 82 ◦ green 121 ◦ blue 188

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

Shades of Havelock Blue #5279BC

Tints of Havelock Blue #5279BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 20.97%
G = 30.95%
B = 48.08%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5279BC (or 0x5279BC) is known color: Havelock Blue. HEX triplet: 52, 79 and BC. RGB value is (82,121,188). Sum of RGB (Red+Green+Blue) = 82+121+188=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #5279BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5279BC is #AD8643. Grayscale: #747474. Windows color (decimal): -11372100 or 12351826. OLE color: 12351826.

HSL color Cylindrical-coordinate representation of color #5279BC: hue angle of 217.92º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5279BC is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 121 188 -
CMYK 0.56 0.36 0 0.26
HSL 217.92º 0.44% 0.53% -
HSV(B) 217.92º 0.56% 0.74% -
XYZ 19.39 19.1 50.24 -
YUV 116.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 82 121 188 0.56 0.36 0 0.26 217.92 0.44 0.53
Hex 52 79 BC 38 24 0 1A DA 2C 35
Octal 122 171 274 70 44 0 32 332 54 65
Binary 1010010 1111001 10111100 111000 100100 0 11010 11011010 101100 110101

Color Harmonies of #5279BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5279BC

Black with #5279BC

Text Example


Text Example

White with #5279BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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