#532294

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

Shades of Kingfisher Daisy #532294

Tints of Kingfisher Daisy #532294

Color information

#532294 (or 0x532294) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 22 and 94. RGB value is (83,34,148). Sum of RGB (Red+Green+Blue) = 83+34+148=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #532294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532294 is #ACDD6B. Grayscale: #3D3D3D. Windows color (decimal): -11328876 or 9708115. OLE color: 9708115.

HSL color Cylindrical-coordinate representation of color #532294: hue angle of 265.79º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532294 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8334148-
CMYK0.440.7700.42
HSL265.79º62.64%35.69%-
HSV(B)265.79º77.03%58.04%-
XYZ9.485.1228.51-
YUV61.65176.73143.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 148 (58.20% from 255) = 55.85%
R=31.32%
G=12.83%
B=55.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83341480.440.7700.42265.7962.6435.69
Hex5322942C4D02A10a3f24
Octal12342224541150524127744
Binary10100111000101001010010110010011010101010100001010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532294; }

 p { color: rgb(83,34,148); }

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

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

 a { background-color: rgb(83,34,148); }

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

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

 span { border-color: rgb(83,34,148); }

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