Html Css Color HEX #503467 Blue Diamond

📋 copy color: '#503467'

red 80 ◦ green 52 ◦ blue 103

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

Shades of Blue Diamond #503467

Tints of Blue Diamond #503467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.13%

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

R = 34.04%
G = 22.13%
B = 43.83%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#503467 (or 0x503467) is known color: 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

RGB 80 52 103 -
CMYK 0.22 0.50 0 0.60
HSL 272.94º 0.33% 0.3% -
HSV(B) 272.94º 0.5% 0.4% -
XYZ 6.98 5.14 13.46 -
YUV 66.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 80 52 103 0.22 0.50 0 0.60 272.94 0.33 0.3
Hex 50 34 67 16 32 0 3C 111 21 1E
Octal 120 64 147 26 62 0 74 421 41 36
Binary 1010000 110100 1100111 10110 110010 0 111100 100010001 100001 11110

Color Harmonies of #503467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503467

Black with #503467

Text Example


Text Example

White with #503467

Text Example


Text Example

HTML Codes & Css Web 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>