Html Css Color HEX #502274 Blue Diamond

📋 copy color: '#502274'

red 80 ◦ green 34 ◦ blue 116

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

Shades of Blue Diamond #502274

Tints of Blue Diamond #502274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.78%

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

R = 34.78%
G = 14.78%
B = 50.43%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#502274 (or 0x502274) is known color: Blue Diamond. HEX triplet: 50, 22 and 74. RGB value is (80,34,116). Sum of RGB (Red+Green+Blue) = 80+34+116=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #502274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502274 is #AFDD8B. Grayscale: #383838. Windows color (decimal): -11525516 or 7610960. OLE color: 7610960.

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

Color convert

RGB 80 34 116 -
CMYK 0.31 0.71 0 0.55
HSL 273.66º 0.55% 0.29% -
HSV(B) 273.66º 0.71% 0.45% -
XYZ 7.03 4.11 16.95 -
YUV 57.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 80 34 116 0.31 0.71 0 0.55 273.66 0.55 0.29
Hex 50 22 74 1F 47 0 37 112 37 1D
Octal 120 42 164 37 107 0 67 422 67 35
Binary 1010000 100010 1110100 11111 1000111 0 110111 100010010 110111 11101

Color Harmonies of #502274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502274

Black with #502274

Text Example


Text Example

White with #502274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502274; }

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

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

background-color css

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

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

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

border-color css

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

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

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