Html Css Color HEX #53899F Hippie Blue

📋 copy color: '#53899F'

red 83 ◦ green 137 ◦ blue 159

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

Shades of Hippie Blue #53899F

Tints of Hippie Blue #53899F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 21.9%
G = 36.15%
B = 41.95%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53899F (or 0x53899F) is known color: 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

RGB 83 137 159 -
CMYK 0.48 0.14 0 0.38
HSL 197.37º 0.31% 0.47% -
HSV(B) 197.37º 0.48% 0.62% -
XYZ 18.77 22.23 36.1 -
YUV 123.36 148.11 99.21 -
System Red Green Blue C M Y K H S L
Decimal 83 137 159 0.48 0.14 0 0.38 197.37 0.31 0.47
Hex 53 89 9F 30 E 0 26 C5 1F 2F
Octal 123 211 237 60 16 0 46 305 37 57
Binary 1010011 10001001 10011111 110000 1110 0 100110 11000101 11111 101111

Color Harmonies of #53899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53899F

Black with #53899F

Text Example


Text Example

White with #53899F

Text Example


Text Example

HTML Codes & Css Web 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>