#533588

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

Shades of Kingfisher Daisy #533588

Tints of Kingfisher Daisy #533588

Color information

#533588 (or 0x533588) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 35 and 88. RGB value is (83,53,136). Sum of RGB (Red+Green+Blue) = 83+53+136=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #533588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533588 is #ACCA77. Grayscale: #474747. Windows color (decimal): -11324024 or 8926547. OLE color: 8926547.

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

Color convert

RGB8353136-
CMYK0.390.6100.47
HSL261.69º43.92%37.06%-
HSV(B)261.69º61.03%53.33%-
XYZ9.286.1623.99-
YUV71.43164.44136.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.51%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 136 (53.52% from 255) = 50%
R=30.51%
G=19.49%
B=50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83531360.390.6100.47261.6943.9237.06
Hex533588273D02F1062c25
Octal1236521047750574065445
Binary1010011110101100010001001111111010101111100000110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533588; }

 p { color: rgb(83,53,136); }

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

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

 a { background-color: rgb(83,53,136); }

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

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

 span { border-color: rgb(83,53,136); }

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