Html Css Color HEX #53859D Hippie Blue

📋 copy color: '#53859D'

red 83 ◦ green 133 ◦ blue 157

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

Shades of Hippie Blue #53859D

Tints of Hippie Blue #53859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.66%

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 22.25%
G = 35.66%
B = 42.09%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53859D (or 0x53859D) is known color: Hippie Blue. HEX triplet: 53, 85 and 9D. RGB value is (83,133,157). Sum of RGB (Red+Green+Blue) = 83+133+157=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #53859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53859D is #AC7A62. Grayscale: #787878. Windows color (decimal): -11303523 or 10323283. OLE color: 10323283.

HSL color Cylindrical-coordinate representation of color #53859D: hue angle of 199.46º 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 #53859D is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 133 157 -
CMYK 0.47 0.15 0 0.38
HSL 199.46º 0.31% 0.47% -
HSV(B) 199.46º 0.47% 0.62% -
XYZ 18.04 21.05 35.01 -
YUV 120.79 148.44 101.05 -
System Red Green Blue C M Y K H S L
Decimal 83 133 157 0.47 0.15 0 0.38 199.46 0.31 0.47
Hex 53 85 9D 2F F 0 26 C7 1F 2F
Octal 123 205 235 57 17 0 46 307 37 57
Binary 1010011 10000101 10011101 101111 1111 0 100110 11000111 11111 101111

Color Harmonies of #53859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53859D

Black with #53859D

Text Example


Text Example

White with #53859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53859D;
 }
 .AnyTagClassName
 {
   color: #53859D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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