Html Css Color HEX #503F67 Meteorite

📋 copy color: '#503F67'

red 80 ◦ green 63 ◦ blue 103

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

Shades of Meteorite #503F67

Tints of Meteorite #503F67

RGB

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

 GREEN value IS 63 (25% from 255) = 25.61%

 BLUE value IS 103 (40.63% from 255) = 41.87%

R = 32.52%
G = 25.61%
B = 41.87%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#503F67 (or 0x503F67) is known color: Meteorite. HEX triplet: 50, 3F and 67. RGB value is (80,63,103). Sum of RGB (Red+Green+Blue) = 80+63+103=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #503F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F67 is #AFC098. Grayscale: #484848. Windows color (decimal): -11518105 or 6766416. OLE color: 6766416.

HSL color Cylindrical-coordinate representation of color #503F67: hue angle of 265.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503F67 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 63 103 -
CMYK 0.22 0.39 0 0.60
HSL 265.5º 0.24% 0.33% -
HSV(B) 265.5º 0.39% 0.4% -
XYZ 7.53 6.24 13.64 -
YUV 72.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 80 63 103 0.22 0.39 0 0.60 265.5 0.24 0.33
Hex 50 3F 67 16 27 0 3C 10A 18 21
Octal 120 77 147 26 47 0 74 412 30 41
Binary 1010000 111111 1100111 10110 100111 0 111100 100001010 11000 100001

Color Harmonies of #503F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F67

Black with #503F67

Text Example


Text Example

White with #503F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503F67; }

 p { color: rgb(80,63,103); }

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

background-color css

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

 a { background-color: rgb(80,63,103); }

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

border-color css

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

 span { border-color: rgb(80,63,103); }

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