Html Css Color HEX #53839A Hippie Blue

📋 copy color: '#53839A'

red 83 ◦ green 131 ◦ blue 154

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

Shades of Hippie Blue #53839A

Tints of Hippie Blue #53839A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 22.55%
G = 35.6%
B = 41.85%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53839A (or 0x53839A) is known color: Hippie Blue. HEX triplet: 53, 83 and 9A. RGB value is (83,131,154). Sum of RGB (Red+Green+Blue) = 83+131+154=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #53839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53839A is #AC7C65. Grayscale: #777777. Windows color (decimal): -11304038 or 10126163. OLE color: 10126163.

HSL color Cylindrical-coordinate representation of color #53839A: hue angle of 199.44º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53839A is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 131 154 -
CMYK 0.46 0.15 0 0.40
HSL 199.44º 0.3% 0.46% -
HSV(B) 199.44º 0.46% 0.6% -
XYZ 17.52 20.4 33.59 -
YUV 119.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 83 131 154 0.46 0.15 0 0.40 199.44 0.3 0.46
Hex 53 83 9A 2E F 0 28 C7 1E 2E
Octal 123 203 232 56 17 0 50 307 36 56
Binary 1010011 10000011 10011010 101110 1111 0 101000 11000111 11110 101110

Color Harmonies of #53839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53839A

Black with #53839A

Text Example


Text Example

White with #53839A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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