#533189

Color #533189 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #533189

Tints of Kingfisher Daisy #533189

Color information

#533189 (or 0x533189) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 31 and 89. RGB value is (83,49,137). Sum of RGB (Red+Green+Blue) = 83+49+137=269 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.86% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #533189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533189 is #ACCE76. Grayscale: #444444. Windows color (decimal): -11325047 or 8991059. OLE color: 8991059.

HSL color Cylindrical-coordinate representation of color #533189: hue angle of 263.18º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #533189 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8349137-
CMYK0.390.6400.46
HSL263.18º47.31%36.47%-
HSV(B)263.18º64.23%53.73%-
XYZ9.185.8424.31-
YUV69.2166.26137.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.86%
GREEN value IS 49 (19.53% from 255) = 18.22%
BLUE value IS 137 (53.91% from 255) = 50.93%
R=30.86%
G=18.22%
B=50.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83491370.390.6400.46263.1847.3136.47
Hex533189274002E1072f24
Octal12361211471000564075744
Binary10100111100011000100110011110000000101110100000111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533189; }

 p { color: rgb(83,49,137); }

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

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

 a { background-color: rgb(83,49,137); }

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

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

 span { border-color: rgb(83,49,137); }

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