Html Css Color HEX #503474 Blue Diamond

📋 copy color: '#503474'

red 80 ◦ green 52 ◦ blue 116

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

Shades of Blue Diamond #503474

Tints of Blue Diamond #503474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.77%

R = 32.26%
G = 20.97%
B = 46.77%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#503474 (or 0x503474) is known color: Blue Diamond. HEX triplet: 50, 34 and 74. RGB value is (80,52,116). Sum of RGB (Red+Green+Blue) = 80+52+116=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #503474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503474 is #AFCB8B. Grayscale: #434343. Windows color (decimal): -11520908 or 7615568. OLE color: 7615568.

HSL color Cylindrical-coordinate representation of color #503474: hue angle of 266.25º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #503474 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 52 116 -
CMYK 0.31 0.55 0 0.55
HSL 266.25º 0.38% 0.33% -
HSV(B) 266.25º 0.55% 0.45% -
XYZ 7.69 5.42 17.16 -
YUV 67.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 80 52 116 0.31 0.55 0 0.55 266.25 0.38 0.33
Hex 50 34 74 1F 37 0 37 10A 26 21
Octal 120 64 164 37 67 0 67 412 46 41
Binary 1010000 110100 1110100 11111 110111 0 110111 100001010 100110 100001

Color Harmonies of #503474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503474

Black with #503474

Text Example


Text Example

White with #503474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503474; }

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

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

background-color css

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

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

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

border-color css

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

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

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