#533077

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

Shades of Blue Diamond #533077

Tints of Blue Diamond #533077

Color information

#533077 (or 0x533077) is unknown color: approx Blue Diamond. HEX triplet: 53, 30 and 77. RGB value is (83,48,119). Sum of RGB (Red+Green+Blue) = 83+48+119=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #533077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533077 is #ACCF88. Grayscale: #424242. Windows color (decimal): -11325321 or 7811155. OLE color: 7811155.

HSL color Cylindrical-coordinate representation of color #533077: hue angle of 269.58º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #533077 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8348119-
CMYK0.300.6000.53
HSL269.58º42.51%32.75%-
HSV(B)269.58º59.66%46.67%-
XYZ7.955.2818.05-
YUV66.56157.6139.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 119 (46.88% from 255) = 47.6%
R=33.2%
G=19.2%
B=47.6%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83481190.300.6000.53269.5842.5132.75
Hex5330771E3C03510e2b21
Octal1236016736740654165341
Binary10100111100001110111111101111000110101100001110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533077; }

 p { color: rgb(83,48,119); }

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

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

 a { background-color: rgb(83,48,119); }

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

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

 span { border-color: rgb(83,48,119); }

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