Html Css Color HEX #504375 Meteorite

📋 copy color: '#504375'

red 80 ◦ green 67 ◦ blue 117

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

Shades of Meteorite #504375

Tints of Meteorite #504375

RGB

 RED value IS 80 (31.64% from 255) = 30.3%

 GREEN value IS 67 (26.56% from 255) = 25.38%

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 30.3%
G = 25.38%
B = 44.32%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#504375 (or 0x504375) is known color: Meteorite. HEX triplet: 50, 43 and 75. RGB value is (80,67,117). Sum of RGB (Red+Green+Blue) = 80+67+117=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #504375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504375 is #AFBC8A. Grayscale: #4C4C4C. Windows color (decimal): -11517067 or 7684944. OLE color: 7684944.

HSL color Cylindrical-coordinate representation of color #504375: hue angle of 255.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #504375 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 67 117 -
CMYK 0.32 0.43 0 0.54
HSL 255.6º 0.27% 0.36% -
HSV(B) 255.6º 0.43% 0.46% -
XYZ 8.53 7 17.73 -
YUV 76.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 80 67 117 0.32 0.43 0 0.54 255.6 0.27 0.36
Hex 50 43 75 20 2B 0 36 100 1B 24
Octal 120 103 165 40 53 0 66 400 33 44
Binary 1010000 1000011 1110101 100000 101011 0 110110 100000000 11011 100100

Color Harmonies of #504375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504375

Black with #504375

Text Example


Text Example

White with #504375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504375; }

 p { color: rgb(80,67,117); }

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

background-color css

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

 a { background-color: rgb(80,67,117); }

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

border-color css

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

 span { border-color: rgb(80,67,117); }

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