#502277

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

Shades of Blue Diamond #502277

Tints of Blue Diamond #502277

Color information

#502277 (or 0x502277) is unknown color: approx Blue Diamond. HEX triplet: 50, 22 and 77. RGB value is (80,34,119). Sum of RGB (Red+Green+Blue) = 80+34+119=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #502277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502277 is #AFDD88. Grayscale: #393939. Windows color (decimal): -11525513 or 7807568. OLE color: 7807568.

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

Color convert

RGB8034119-
CMYK0.330.7100.53
HSL272.47º55.56%30%-
HSV(B)272.47º71.43%46.67%-
XYZ7.214.1817.88-
YUV57.44162.74144.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=34.33%
G=14.59%
B=51.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80341190.330.7100.53272.4755.5630
Hex5022772147035110381e
Octal12042167411070654207036
Binary101000010001011101111000011000111011010110001000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502277; }

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

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

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

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

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

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

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

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