Html Css Color HEX #53849B Hippie Blue

📋 copy color: '#53849B'

red 83 ◦ green 132 ◦ blue 155

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

Shades of Hippie Blue #53849B

Tints of Hippie Blue #53849B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.68%

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 22.43%
G = 35.68%
B = 41.89%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53849B (or 0x53849B) is known color: Hippie Blue. HEX triplet: 53, 84 and 9B. RGB value is (83,132,155). Sum of RGB (Red+Green+Blue) = 83+132+155=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #53849B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53849B is #AC7B64. Grayscale: #777777. Windows color (decimal): -11303781 or 10191955. OLE color: 10191955.

HSL color Cylindrical-coordinate representation of color #53849B: hue angle of 199.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53849B is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 132 155 -
CMYK 0.46 0.15 0 0.39
HSL 199.17º 0.3% 0.47% -
HSV(B) 199.17º 0.46% 0.61% -
XYZ 17.73 20.71 34.07 -
YUV 119.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 83 132 155 0.46 0.15 0 0.39 199.17 0.3 0.47
Hex 53 84 9B 2E F 0 27 C7 1E 2F
Octal 123 204 233 56 17 0 47 307 36 57
Binary 1010011 10000100 10011011 101110 1111 0 100111 11000111 11110 101111

Color Harmonies of #53849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53849B

Black with #53849B

Text Example


Text Example

White with #53849B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53849B; }

 p { color: rgb(83,132,155); }

 H1.HeaderClassName
 {
   color: #53849B;
 }
 .AnyTagClassName
 {
   color: #53849B;
 }
</style>

background-color css

<style>
 a { background-color: #53849B; }

 a { background-color: rgb(83,132,155); }

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

border-color css

<style>
 span { border-color: #53849B; }

 span { border-color: rgb(83,132,155); }

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