#503467

Color #503467 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #503467

Tints of Blue Diamond #503467

Color information

#503467 (or 0x503467) is unknown color: approx Blue Diamond. HEX triplet: 50, 34 and 67. RGB value is (80,52,103). Sum of RGB (Red+Green+Blue) = 80+52+103=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #503467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503467 is #AFCB98. Grayscale: #424242. Windows color (decimal): -11520921 or 6763600. OLE color: 6763600.

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

Color convert

RGB8052103-
CMYK0.220.5000.60
HSL272.94º32.9%30.39%-
HSV(B)272.94º49.51%40.39%-
XYZ6.985.1413.46-
YUV66.19148.78137.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 103 (40.62% from 255) = 43.83%
R=34.04%
G=22.13%
B=43.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80521030.220.5000.60272.9432.930.39
Hex503467163203C111211e
Octal1206414726620744214136
Binary1010000110100110011110110110010011110010001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503467; }

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

 H1.HeaderClassName
 {
   color: #503467;
 }
 .AnyTagClassName
 {
   color: #503467;
 }
</style>
background-color css

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

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

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

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

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

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