Html Css Color HEX #53839D Hippie Blue

📋 copy color: '#53839D'

red 83 ◦ green 131 ◦ blue 157

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

Shades of Hippie Blue #53839D

Tints of Hippie Blue #53839D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

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

R = 22.37%
G = 35.31%
B = 42.32%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53839D (or 0x53839D) is known color: Hippie Blue. HEX triplet: 53, 83 and 9D. RGB value is (83,131,157). Sum of RGB (Red+Green+Blue) = 83+131+157=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #53839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53839D is #AC7C62. Grayscale: #777777. Windows color (decimal): -11304035 or 10322771. OLE color: 10322771.

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

Color convert

RGB 83 131 157 -
CMYK 0.47 0.17 0 0.38
HSL 201.08º 0.31% 0.47% -
HSV(B) 201.08º 0.47% 0.62% -
XYZ 17.77 20.51 34.92 -
YUV 119.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 83 131 157 0.47 0.17 0 0.38 201.08 0.31 0.47
Hex 53 83 9D 2F 11 0 26 C9 1F 2F
Octal 123 203 235 57 21 0 46 311 37 57
Binary 1010011 10000011 10011101 101111 10001 0 100110 11001001 11111 101111

Color Harmonies of #53839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53839D

Black with #53839D

Text Example


Text Example

White with #53839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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