Html Css Color HEX #53899C Hippie Blue

📋 copy color: '#53899C'

red 83 ◦ green 137 ◦ blue 156

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

Shades of Hippie Blue #53899C

Tints of Hippie Blue #53899C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.49%

R = 22.07%
G = 36.44%
B = 41.49%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53899C (or 0x53899C) is known color: Hippie Blue. HEX triplet: 53, 89 and 9C. RGB value is (83,137,156). Sum of RGB (Red+Green+Blue) = 83+137+156=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #53899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53899C is #AC7663. Grayscale: #7A7A7A. Windows color (decimal): -11302500 or 10258771. OLE color: 10258771.

HSL color Cylindrical-coordinate representation of color #53899C: hue angle of 195.62º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53899C is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 137 156 -
CMYK 0.47 0.12 0 0.39
HSL 195.62º 0.31% 0.47% -
HSV(B) 195.62º 0.47% 0.61% -
XYZ 18.51 22.13 34.75 -
YUV 123.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 83 137 156 0.47 0.12 0 0.39 195.62 0.31 0.47
Hex 53 89 9C 2F C 0 27 C4 1F 2F
Octal 123 211 234 57 14 0 47 304 37 57
Binary 1010011 10001001 10011100 101111 1100 0 100111 11000100 11111 101111

Color Harmonies of #53899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53899C

Black with #53899C

Text Example


Text Example

White with #53899C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53899C;
 }
 .AnyTagClassName
 {
   color: #53899C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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