#533880

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

Shades of Kingfisher Daisy #533880

Tints of Kingfisher Daisy #533880

Color information

#533880 (or 0x533880) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 38 and 80. RGB value is (83,56,128). Sum of RGB (Red+Green+Blue) = 83+56+128=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #533880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533880 is #ACC77F. Grayscale: #484848. Windows color (decimal): -11323264 or 8403027. OLE color: 8403027.

HSL color Cylindrical-coordinate representation of color #533880: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #533880 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8356128-
CMYK0.350.5600.50
HSL262.5º39.13%36.08%-
HSV(B)262.5º56.25%50.2%-
XYZ8.886.2321.16-
YUV72.28159.45135.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.09%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=31.09%
G=20.97%
B=47.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83561280.350.5600.50262.539.1336.08
Hex53388023380321062724
Octal1237020043700624064744
Binary1010011111000100000001000111110000110010100000110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533880; }

 p { color: rgb(83,56,128); }

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

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

 a { background-color: rgb(83,56,128); }

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

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

 span { border-color: rgb(83,56,128); }

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