Html Css Color HEX #53879B Hippie Blue

📋 copy color: '#53879B'

red 83 ◦ green 135 ◦ blue 155

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

Shades of Hippie Blue #53879B

Tints of Hippie Blue #53879B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.55%

R = 22.25%
G = 36.19%
B = 41.55%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53879B (or 0x53879B) is known color: Hippie Blue. HEX triplet: 53, 87 and 9B. RGB value is (83,135,155). Sum of RGB (Red+Green+Blue) = 83+135+155=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #53879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53879B is #AC7864. Grayscale: #797979. Windows color (decimal): -11303013 or 10192723. OLE color: 10192723.

HSL color Cylindrical-coordinate representation of color #53879B: hue angle of 196.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53879B is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 135 155 -
CMYK 0.46 0.13 0 0.39
HSL 196.67º 0.3% 0.47% -
HSV(B) 196.67º 0.46% 0.61% -
XYZ 18.15 21.53 34.21 -
YUV 121.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 83 135 155 0.46 0.13 0 0.39 196.67 0.3 0.47
Hex 53 87 9B 2E D 0 27 C5 1E 2F
Octal 123 207 233 56 15 0 47 305 36 57
Binary 1010011 10000111 10011011 101110 1101 0 100111 11000101 11110 101111

Color Harmonies of #53879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53879B

Black with #53879B

Text Example


Text Example

White with #53879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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