Html Css Color HEX #52828E Hippie Blue

📋 copy color: '#52828E'

red 82 ◦ green 130 ◦ blue 142

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

Shades of Hippie Blue #52828E

Tints of Hippie Blue #52828E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

 BLUE value IS 142 (55.86% from 255) = 40.11%

R = 23.16%
G = 36.72%
B = 40.11%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52828E (or 0x52828E) is known color: Hippie Blue. HEX triplet: 52, 82 and 8E. RGB value is (82,130,142). Sum of RGB (Red+Green+Blue) = 82+130+142=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #52828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52828E is #AD7D71. Grayscale: #747474. Windows color (decimal): -11369842 or 9339474. OLE color: 9339474.

HSL color Cylindrical-coordinate representation of color #52828E: hue angle of 192º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52828E is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 130 142 -
CMYK 0.42 0.08 0 0.44
HSL 192º 0.27% 0.44% -
HSV(B) 192º 0.42% 0.56% -
XYZ 16.34 19.71 28.53 -
YUV 117.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 82 130 142 0.42 0.08 0 0.44 192 0.27 0.44
Hex 52 82 8E 2A 8 0 2C C0 1B 2C
Octal 122 202 216 52 10 0 54 300 33 54
Binary 1010010 10000010 10001110 101010 1000 0 101100 11000000 11011 101100

Color Harmonies of #52828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52828E

Black with #52828E

Text Example


Text Example

White with #52828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52828E; }

 p { color: rgb(82,130,142); }

 H1.HeaderClassName
 {
   color: #52828E;
 }
 .AnyTagClassName
 {
   color: #52828E;
 }
</style>

background-color css

<style>
 a { background-color: #52828E; }

 a { background-color: rgb(82,130,142); }

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

border-color css

<style>
 span { border-color: #52828E; }

 span { border-color: rgb(82,130,142); }

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