#532C88

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

Shades of Kingfisher Daisy #532C88

Tints of Kingfisher Daisy #532C88

Color information

#532C88 (or 0x532C88) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 2C and 88. RGB value is (83,44,136). Sum of RGB (Red+Green+Blue) = 83+44+136=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #532C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532C88 is #ACD377. Grayscale: #414141. Windows color (decimal): -11326328 or 8924243. OLE color: 8924243.

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

Color convert

RGB8344136-
CMYK0.390.6800.47
HSL265.43º51.11%35.29%-
HSV(B)265.43º67.65%53.33%-
XYZ8.915.4223.87-
YUV66.15167.42140.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 44 (17.58% from 255) = 16.73%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=31.56%
G=16.73%
B=51.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83441360.390.6800.47265.4351.1135.29
Hex532C88274402F1093323
Octal12354210471040574116343
Binary10100111011001000100010011110001000101111100001001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532C88; }

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

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

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

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

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

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

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

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