Html Css Color HEX #53849C Hippie Blue

📋 copy color: '#53849C'

red 83 ◦ green 132 ◦ blue 156

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

Shades of Hippie Blue #53849C

Tints of Hippie Blue #53849C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 22.37%
G = 35.58%
B = 42.05%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53849C (or 0x53849C) is known color: Hippie Blue. HEX triplet: 53, 84 and 9C. RGB value is (83,132,156). Sum of RGB (Red+Green+Blue) = 83+132+156=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #53849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53849C is #AC7B63. Grayscale: #777777. Windows color (decimal): -11303780 or 10257491. OLE color: 10257491.

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

Color convert

RGB 83 132 156 -
CMYK 0.47 0.15 0 0.39
HSL 199.73º 0.31% 0.47% -
HSV(B) 199.73º 0.47% 0.61% -
XYZ 17.82 20.74 34.52 -
YUV 120.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 83 132 156 0.47 0.15 0 0.39 199.73 0.31 0.47
Hex 53 84 9C 2F F 0 27 C8 1F 2F
Octal 123 204 234 57 17 0 47 310 37 57
Binary 1010011 10000100 10011100 101111 1111 0 100111 11001000 11111 101111

Color Harmonies of #53849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53849C

Black with #53849C

Text Example


Text Example

White with #53849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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