Html Css Color HEX #53889C Hippie Blue

📋 copy color: '#53889C'

red 83 ◦ green 136 ◦ blue 156

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

Shades of Hippie Blue #53889C

Tints of Hippie Blue #53889C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

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

R = 22.13%
G = 36.27%
B = 41.6%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53889C (or 0x53889C) is known color: Hippie Blue. HEX triplet: 53, 88 and 9C. RGB value is (83,136,156). Sum of RGB (Red+Green+Blue) = 83+136+156=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #53889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53889C is #AC7763. Grayscale: #7A7A7A. Windows color (decimal): -11302756 or 10258515. OLE color: 10258515.

HSL color Cylindrical-coordinate representation of color #53889C: hue angle of 196.44º 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 #53889C is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 136 156 -
CMYK 0.47 0.13 0 0.39
HSL 196.44º 0.31% 0.47% -
HSV(B) 196.44º 0.47% 0.61% -
XYZ 18.37 21.85 34.7 -
YUV 122.43 146.94 99.87 -
System Red Green Blue C M Y K H S L
Decimal 83 136 156 0.47 0.13 0 0.39 196.44 0.31 0.47
Hex 53 88 9C 2F D 0 27 C4 1F 2F
Octal 123 210 234 57 15 0 47 304 37 57
Binary 1010011 10001000 10011100 101111 1101 0 100111 11000100 11111 101111

Color Harmonies of #53889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53889C

Black with #53889C

Text Example


Text Example

White with #53889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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