Html Css Color HEX #53879A Hippie Blue

📋 copy color: '#53879A'

red 83 ◦ green 135 ◦ blue 154

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

Shades of Hippie Blue #53879A

Tints of Hippie Blue #53879A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.4%

R = 22.31%
G = 36.29%
B = 41.4%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53879A (or 0x53879A) is known color: Hippie Blue. HEX triplet: 53, 87 and 9A. RGB value is (83,135,154). Sum of RGB (Red+Green+Blue) = 83+135+154=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #53879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53879A is #AC7865. Grayscale: #797979. Windows color (decimal): -11303014 or 10127187. OLE color: 10127187.

HSL color Cylindrical-coordinate representation of color #53879A: hue angle of 196.06º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53879A is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 135 154 -
CMYK 0.46 0.12 0 0.40
HSL 196.06º 0.3% 0.46% -
HSV(B) 196.06º 0.46% 0.6% -
XYZ 18.06 21.5 33.77 -
YUV 121.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 83 135 154 0.46 0.12 0 0.40 196.06 0.3 0.46
Hex 53 87 9A 2E C 0 28 C4 1E 2E
Octal 123 207 232 56 14 0 50 304 36 56
Binary 1010011 10000111 10011010 101110 1100 0 101000 11000100 11110 101110

Color Harmonies of #53879A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53879A

Black with #53879A

Text Example


Text Example

White with #53879A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53879A; }

 p { color: rgb(83,135,154); }

 H1.HeaderClassName
 {
   color: #53879A;
 }
 .AnyTagClassName
 {
   color: #53879A;
 }
</style>

background-color css

<style>
 a { background-color: #53879A; }

 a { background-color: rgb(83,135,154); }

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

border-color css

<style>
 span { border-color: #53879A; }

 span { border-color: rgb(83,135,154); }

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