#532C83

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

Shades of Kingfisher Daisy #532C83

Tints of Kingfisher Daisy #532C83

Color information

#532C83 (or 0x532C83) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 2C and 83. RGB value is (83,44,131). Sum of RGB (Red+Green+Blue) = 83+44+131=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #532C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532C83 is #ACD37C. Grayscale: #414141. Windows color (decimal): -11326333 or 8596563. OLE color: 8596563.

HSL color Cylindrical-coordinate representation of color #532C83: hue angle of 266.9º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #532C83 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8344131-
CMYK0.370.6600.49
HSL266.9º49.71%34.31%-
HSV(B)266.9º66.41%51.37%-
XYZ8.565.2822.04-
YUV65.58164.92140.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 44 (17.58% from 255) = 17.05%
BLUE value IS 131 (51.56% from 255) = 50.78%
R=32.17%
G=17.05%
B=50.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83441310.370.6600.49266.949.7134.31
Hex532C83254203110b3222
Octal12354203451020614136242
Binary10100111011001000001110010110000100110001100001011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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