Html Css Color HEX #53829C Hippie Blue

📋 copy color: '#53829C'

red 83 ◦ green 130 ◦ blue 156

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

Shades of Hippie Blue #53829C

Tints of Hippie Blue #53829C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

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

R = 22.49%
G = 35.23%
B = 42.28%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53829C (or 0x53829C) is known color: Hippie Blue. HEX triplet: 53, 82 and 9C. RGB value is (83,130,156). Sum of RGB (Red+Green+Blue) = 83+130+156=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #53829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53829C is #AC7D63. Grayscale: #767676. Windows color (decimal): -11304292 or 10256979. OLE color: 10256979.

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

Color convert

RGB 83 130 156 -
CMYK 0.47 0.17 0 0.39
HSL 201.37º 0.31% 0.47% -
HSV(B) 201.37º 0.47% 0.61% -
XYZ 17.55 20.2 34.43 -
YUV 118.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 83 130 156 0.47 0.17 0 0.39 201.37 0.31 0.47
Hex 53 82 9C 2F 11 0 27 C9 1F 2F
Octal 123 202 234 57 21 0 47 311 37 57
Binary 1010011 10000010 10011100 101111 10001 0 100111 11001001 11111 101111

Color Harmonies of #53829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53829C

Black with #53829C

Text Example


Text Example

White with #53829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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