Html Css Color HEX #52838E Hippie Blue

📋 copy color: '#52838E'

red 82 ◦ green 131 ◦ blue 142

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

Shades of Hippie Blue #52838E

Tints of Hippie Blue #52838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

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

R = 23.1%
G = 36.9%
B = 40%

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

#52838E (or 0x52838E) is known color: Hippie Blue. HEX triplet: 52, 83 and 8E. RGB value is (82,131,142). Sum of RGB (Red+Green+Blue) = 82+131+142=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #52838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52838E is #AD7C71. Grayscale: #757575. Windows color (decimal): -11369586 or 9339730. OLE color: 9339730.

HSL color Cylindrical-coordinate representation of color #52838E: hue angle of 191º 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 #52838E is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 131 142 -
CMYK 0.42 0.08 0 0.44
HSL 191º 0.27% 0.44% -
HSV(B) 191º 0.42% 0.56% -
XYZ 16.48 19.98 28.58 -
YUV 117.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 82 131 142 0.42 0.08 0 0.44 191 0.27 0.44
Hex 52 83 8E 2A 8 0 2C BF 1B 2C
Octal 122 203 216 52 10 0 54 277 33 54
Binary 1010010 10000011 10001110 101010 1000 0 101100 10111111 11011 101100

Color Harmonies of #52838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52838E

Black with #52838E

Text Example


Text Example

White with #52838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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