#53899F

Color #53899F Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #53899F

Tints of Hippie Blue #53899F

Color information

#53899F (or 0x53899F) is unknown color: approx Hippie Blue. HEX triplet: 53, 89 and 9F. RGB value is (83,137,159). Sum of RGB (Red+Green+Blue) = 83+137+159=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #53899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53899F is #AC7660. Grayscale: #7B7B7B. Windows color (decimal): -11302497 or 10455379. OLE color: 10455379.

HSL color Cylindrical-coordinate representation of color #53899F: hue angle of 197.37º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53899F is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83137159-
CMYK0.480.1400.38
HSL197.37º31.4%47.45%-
HSV(B)197.37º47.8%62.35%-
XYZ18.7722.2336.1-
YUV123.36148.1199.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.90%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=21.90%
G=36.15%
B=41.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831371590.480.1400.38197.3731.447.45
Hex53899F30E026c51f2f
Octal12321123760160463053757
Binary10100111000100110011111110000111001001101100010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53899F; }

 p { color: rgb(83,137,159); }

 H1.HeaderClassName
 {
   color: #53899F;
 }
 .AnyTagClassName
 {
   color: #53899F;
 }
</style>
background-color css

<style>
 a { background-color: #53899F; }

 a { background-color: rgb(83,137,159); }

 div.DivClassName
 {
   background-color: #53899F;
 }
 .BgClassName
 {
   background-color: #53899F;
 }
</style>
border-color css

<style>
 span { border-color: #53899F; }

 span { border-color: rgb(83,137,159); }

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