Html Css Color HEX #53838E Hippie Blue

📋 copy color: '#53838E'

red 83 ◦ green 131 ◦ blue 142

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

Shades of Hippie Blue #53838E

Tints of Hippie Blue #53838E

RGB

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

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

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

R = 23.31%
G = 36.8%
B = 39.89%

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

#53838E (or 0x53838E) is known color: Hippie Blue. HEX triplet: 53, 83 and 8E. RGB value is (83,131,142). Sum of RGB (Red+Green+Blue) = 83+131+142=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #53838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53838E is #AC7C71. Grayscale: #757575. Windows color (decimal): -11304050 or 9339731. OLE color: 9339731.

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

Color convert

RGB 83 131 142 -
CMYK 0.42 0.08 0 0.44
HSL 191.19º 0.26% 0.44% -
HSV(B) 191.19º 0.42% 0.56% -
XYZ 16.57 20.02 28.58 -
YUV 117.9 141.6 103.11 -
System Red Green Blue C M Y K H S L
Decimal 83 131 142 0.42 0.08 0 0.44 191.19 0.26 0.44
Hex 53 83 8E 2A 8 0 2C BF 1A 2C
Octal 123 203 216 52 10 0 54 277 32 54
Binary 1010011 10000011 10001110 101010 1000 0 101100 10111111 11010 101100

Color Harmonies of #53838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53838E

Black with #53838E

Text Example


Text Example

White with #53838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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