Html Css Color HEX #53828E Hippie Blue

📋 copy color: '#53828E'

red 83 ◦ green 130 ◦ blue 142

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

Shades of Hippie Blue #53828E

Tints of Hippie Blue #53828E

RGB

 RED value IS 83 (32.81% from 255) = 23.38%

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

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

R = 23.38%
G = 36.62%
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

#53828E (or 0x53828E) is known color: Hippie Blue. HEX triplet: 53, 82 and 8E. RGB value is (83,130,142). Sum of RGB (Red+Green+Blue) = 83+130+142=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 130 (51.17% from 255 or 36.62% 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 #53828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53828E is #AC7D71. Grayscale: #757575. Windows color (decimal): -11304306 or 9339475. OLE color: 9339475.

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

Color convert

RGB 83 130 142 -
CMYK 0.42 0.08 0 0.44
HSL 192.2º 0.26% 0.44% -
HSV(B) 192.2º 0.42% 0.56% -
XYZ 16.43 19.76 28.54 -
YUV 117.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 83 130 142 0.42 0.08 0 0.44 192.2 0.26 0.44
Hex 53 82 8E 2A 8 0 2C C0 1A 2C
Octal 123 202 216 52 10 0 54 300 32 54
Binary 1010011 10000010 10001110 101010 1000 0 101100 11000000 11010 101100

Color Harmonies of #53828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53828E

Black with #53828E

Text Example


Text Example

White with #53828E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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