#533187

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

Shades of Kingfisher Daisy #533187

Tints of Kingfisher Daisy #533187

Color information

#533187 (or 0x533187) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 31 and 87. RGB value is (83,49,135). Sum of RGB (Red+Green+Blue) = 83+49+135=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #533187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533187 is #ACCE78. Grayscale: #444444. Windows color (decimal): -11325049 or 8859987. OLE color: 8859987.

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

Color convert

RGB8349135-
CMYK0.390.6400.47
HSL263.72º46.74%36.08%-
HSV(B)263.72º63.7%52.94%-
XYZ9.045.7823.56-
YUV68.97165.26138.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 135 (53.12% from 255) = 50.56%
R=31.09%
G=18.35%
B=50.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83491350.390.6400.47263.7246.7436.08
Hex533187274002F1082f24
Octal12361207471000574105744
Binary10100111100011000011110011110000000101111100001000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533187; }

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

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

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

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

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

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

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

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