#53889D

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

Shades of Hippie Blue #53889D

Tints of Hippie Blue #53889D

Color information

#53889D (or 0x53889D) is unknown color: approx Hippie Blue. HEX triplet: 53, 88 and 9D. RGB value is (83,136,157). Sum of RGB (Red+Green+Blue) = 83+136+157=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #53889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53889D is #AC7762. Grayscale: #7A7A7A. Windows color (decimal): -11302755 or 10324051. OLE color: 10324051.

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

Color convert

RGB83136157-
CMYK0.470.1300.38
HSL197.03º30.83%47.06%-
HSV(B)197.03º47.13%61.57%-
XYZ18.4621.8835.15-
YUV122.55147.4499.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.07%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=22.07%
G=36.17%
B=41.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831361570.470.1300.38197.0330.8347.06
Hex53889D2FD026c51f2f
Octal12321023557150463053757
Binary10100111000100010011101101111110101001101100010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53889D; }

 p { color: rgb(83,136,157); }

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

<style>
 a { background-color: #53889D; }

 a { background-color: rgb(83,136,157); }

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

<style>
 span { border-color: #53889D; }

 span { border-color: rgb(83,136,157); }

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