Html Css Color HEX #53829B Hippie Blue

📋 copy color: '#53829B'

red 83 ◦ green 130 ◦ blue 155

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

Shades of Hippie Blue #53829B

Tints of Hippie Blue #53829B

RGB

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

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

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

R = 22.55%
G = 35.33%
B = 42.12%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53829B (or 0x53829B) is known color: Hippie Blue. HEX triplet: 53, 82 and 9B. RGB value is (83,130,155). Sum of RGB (Red+Green+Blue) = 83+130+155=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #53829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53829B is #AC7D64. Grayscale: #767676. Windows color (decimal): -11304293 or 10191443. OLE color: 10191443.

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

Color convert

RGB 83 130 155 -
CMYK 0.46 0.16 0 0.39
HSL 200.83º 0.3% 0.47% -
HSV(B) 200.83º 0.46% 0.61% -
XYZ 17.47 20.17 33.98 -
YUV 118.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 83 130 155 0.46 0.16 0 0.39 200.83 0.3 0.47
Hex 53 82 9B 2E 10 0 27 C9 1E 2F
Octal 123 202 233 56 20 0 47 311 36 57
Binary 1010011 10000010 10011011 101110 10000 0 100111 11001001 11110 101111

Color Harmonies of #53829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53829B

Black with #53829B

Text Example


Text Example

White with #53829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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