Html Css Color HEX #52879C Hippie Blue

📋 copy color: '#52879C'

red 82 ◦ green 135 ◦ blue 156

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

Shades of Hippie Blue #52879C

Tints of Hippie Blue #52879C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 21.98%
G = 36.19%
B = 41.82%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#52879C (or 0x52879C) is known color: Hippie Blue. HEX triplet: 52, 87 and 9C. RGB value is (82,135,156). Sum of RGB (Red+Green+Blue) = 82+135+156=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #52879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52879C is #AD7863. Grayscale: #797979. Windows color (decimal): -11368548 or 10258258. OLE color: 10258258.

HSL color Cylindrical-coordinate representation of color #52879C: hue angle of 197.03º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52879C is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 135 156 -
CMYK 0.47 0.13 0 0.39
HSL 197.03º 0.31% 0.47% -
HSV(B) 197.03º 0.47% 0.61% -
XYZ 18.14 21.52 34.65 -
YUV 121.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 82 135 156 0.47 0.13 0 0.39 197.03 0.31 0.47
Hex 52 87 9C 2F D 0 27 C5 1F 2F
Octal 122 207 234 57 15 0 47 305 37 57
Binary 1010010 10000111 10011100 101111 1101 0 100111 11000101 11111 101111

Color Harmonies of #52879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52879C

Black with #52879C

Text Example


Text Example

White with #52879C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52879C; }

 p { color: rgb(82,135,156); }

 H1.HeaderClassName
 {
   color: #52879C;
 }
 .AnyTagClassName
 {
   color: #52879C;
 }
</style>

background-color css

<style>
 a { background-color: #52879C; }

 a { background-color: rgb(82,135,156); }

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

border-color css

<style>
 span { border-color: #52879C; }

 span { border-color: rgb(82,135,156); }

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