Html Css Color HEX #53869D Hippie Blue

📋 copy color: '#53869D'

red 83 ◦ green 134 ◦ blue 157

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

Shades of Hippie Blue #53869D

Tints of Hippie Blue #53869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.83%

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

R = 22.19%
G = 35.83%
B = 41.98%

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

#53869D (or 0x53869D) is known color: Hippie Blue. HEX triplet: 53, 86 and 9D. RGB value is (83,134,157). Sum of RGB (Red+Green+Blue) = 83+134+157=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #53869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53869D is #AC7962. Grayscale: #797979. Windows color (decimal): -11303267 or 10323539. OLE color: 10323539.

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

Color convert

RGB 83 134 157 -
CMYK 0.47 0.15 0 0.38
HSL 198.65º 0.31% 0.47% -
HSV(B) 198.65º 0.47% 0.62% -
XYZ 18.18 21.32 35.06 -
YUV 121.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 83 134 157 0.47 0.15 0 0.38 198.65 0.31 0.47
Hex 53 86 9D 2F F 0 26 C7 1F 2F
Octal 123 206 235 57 17 0 46 307 37 57
Binary 1010011 10000110 10011101 101111 1111 0 100110 11000111 11111 101111

Color Harmonies of #53869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53869D

Black with #53869D

Text Example


Text Example

White with #53869D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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