#53899B

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

Shades of Hippie Blue #53899B

Tints of Hippie Blue #53899B

Color information

#53899B (or 0x53899B) is unknown color: approx Hippie Blue. HEX triplet: 53, 89 and 9B. RGB value is (83,137,155). Sum of RGB (Red+Green+Blue) = 83+137+155=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #53899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53899B is #AC7664. Grayscale: #7A7A7A. Windows color (decimal): -11302501 or 10193235. OLE color: 10193235.

HSL color Cylindrical-coordinate representation of color #53899B: hue angle of 195º 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 #53899B is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83137155-
CMYK0.460.1200.39
HSL195º30.25%46.67%-
HSV(B)195º46.45%60.78%-
XYZ18.4322.134.3-
YUV122.91146.1199.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.13%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=22.13%
G=36.53%
B=41.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831371550.460.1200.3919530.2546.67
Hex53899B2EC027c31e2f
Octal12321123356140473033657
Binary10100111000100110011011101110110001001111100001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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