#532990

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

Shades of Kingfisher Daisy #532990

Tints of Kingfisher Daisy #532990

Color information

#532990 (or 0x532990) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 29 and 90. RGB value is (83,41,144). Sum of RGB (Red+Green+Blue) = 83+41+144=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #532990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532990 is #ACD66F. Grayscale: #404040. Windows color (decimal): -11327088 or 9447763. OLE color: 9447763.

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

Color convert

RGB8341144-
CMYK0.420.7200.44
HSL264.47º55.68%36.27%-
HSV(B)264.47º71.53%56.47%-
XYZ9.395.4426.94-
YUV65.3172.41140.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 144 (56.64% from 255) = 53.73%
R=30.97%
G=15.30%
B=53.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83411440.420.7200.44264.4755.6836.27
Hex5329902A4802C1083824
Octal12351220521100544107044
Binary10100111010011001000010101010010000101100100001000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532990; }

 p { color: rgb(83,41,144); }

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

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

 a { background-color: rgb(83,41,144); }

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

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

 span { border-color: rgb(83,41,144); }

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