Html Css Color HEX #534277 Meteorite

📋 copy color: '#534277'

red 83 ◦ green 66 ◦ blue 119

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

Shades of Meteorite #534277

Tints of Meteorite #534277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.63%

 BLUE value IS 119 (46.88% from 255) = 44.4%

R = 30.97%
G = 24.63%
B = 44.4%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#534277 (or 0x534277) is known color: Meteorite. HEX triplet: 53, 42 and 77. RGB value is (83,66,119). Sum of RGB (Red+Green+Blue) = 83+66+119=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #534277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534277 is #ACBD88. Grayscale: #4C4C4C. Windows color (decimal): -11320713 or 7815763. OLE color: 7815763.

HSL color Cylindrical-coordinate representation of color #534277: hue angle of 259.25º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #534277 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 66 119 -
CMYK 0.30 0.45 0 0.53
HSL 259.25º 0.29% 0.36% -
HSV(B) 259.25º 0.45% 0.47% -
XYZ 8.85 7.07 18.35 -
YUV 77.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 83 66 119 0.30 0.45 0 0.53 259.25 0.29 0.36
Hex 53 42 77 1E 2D 0 35 103 1D 24
Octal 123 102 167 36 55 0 65 403 35 44
Binary 1010011 1000010 1110111 11110 101101 0 110101 100000011 11101 100100

Color Harmonies of #534277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534277

Black with #534277

Text Example


Text Example

White with #534277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534277; }

 p { color: rgb(83,66,119); }

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

background-color css

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

 a { background-color: rgb(83,66,119); }

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

border-color css

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

 span { border-color: rgb(83,66,119); }

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