#53899A

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

Shades of Hippie Blue #53899A

Tints of Hippie Blue #53899A

Color information

#53899A (or 0x53899A) is unknown color: approx Hippie Blue. HEX triplet: 53, 89 and 9A. RGB value is (83,137,154). Sum of RGB (Red+Green+Blue) = 83+137+154=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #53899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53899A is #AC7665. Grayscale: #7A7A7A. Windows color (decimal): -11302502 or 10127699. OLE color: 10127699.

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

Color convert

RGB83137154-
CMYK0.460.1100.40
HSL194.37º29.96%46.47%-
HSV(B)194.37º46.1%60.39%-
XYZ18.3522.0633.86-
YUV122.79145.6199.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=22.19%
G=36.63%
B=41.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831371540.460.1100.40194.3729.9646.47
Hex53899A2EB028c21e2e
Octal12321123256130503023656
Binary10100111000100110011010101110101101010001100001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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