Html Css Color HEX #503278 Blue Diamond

📋 copy color: '#503278'

red 80 ◦ green 50 ◦ blue 120

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

Shades of Blue Diamond #503278

Tints of Blue Diamond #503278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

 BLUE value IS 120 (47.27% from 255) = 48%

R = 32%
G = 20%
B = 48%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#503278 (or 0x503278) is known color: Blue Diamond. HEX triplet: 50, 32 and 78. RGB value is (80,50,120). Sum of RGB (Red+Green+Blue) = 80+50+120=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #503278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503278 is #AFCD87. Grayscale: #424242. Windows color (decimal): -11521416 or 7877200. OLE color: 7877200.

HSL color Cylindrical-coordinate representation of color #503278: hue angle of 265.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503278 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 50 120 -
CMYK 0.33 0.58 0 0.53
HSL 265.71º 0.41% 0.33% -
HSV(B) 265.71º 0.58% 0.47% -
XYZ 7.84 5.34 18.39 -
YUV 66.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 80 50 120 0.33 0.58 0 0.53 265.71 0.41 0.33
Hex 50 32 78 21 3A 0 35 10A 29 21
Octal 120 62 170 41 72 0 65 412 51 41
Binary 1010000 110010 1111000 100001 111010 0 110101 100001010 101001 100001

Color Harmonies of #503278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503278

Black with #503278

Text Example


Text Example

White with #503278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503278; }

 p { color: rgb(80,50,120); }

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

background-color css

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

 a { background-color: rgb(80,50,120); }

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

border-color css

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

 span { border-color: rgb(80,50,120); }

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