#5D2A8C

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

Shades of Kingfisher Daisy #5D2A8C

Tints of Kingfisher Daisy #5D2A8C

Color information

#5D2A8C (or 0x5D2A8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 2A and 8C. RGB value is (93,42,140). Sum of RGB (Red+Green+Blue) = 93+42+140=275 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.82% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D2A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2A8C is #A2D573. Grayscale: #444444. Windows color (decimal): -10671476 or 9185885. OLE color: 9185885.

HSL color Cylindrical-coordinate representation of color #5D2A8C: hue angle of 271.22º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D2A8C is Cyan = 0.34, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9342140-
CMYK0.340.700.45
HSL271.22º53.85%35.69%-
HSV(B)271.22º70%54.9%-
XYZ10.085.8825.41-
YUV68.42168.4145.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.82%
GREEN value IS 42 (16.80% from 255) = 15.27%
BLUE value IS 140 (55.08% from 255) = 50.91%
R=33.82%
G=15.27%
B=50.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93421400.340.700.45271.2253.8535.69
Hex5D2A8C224602D10f3624
Octal13552214421060554176644
Binary10111011010101000110010001010001100101101100001111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D2A8C; }

 p { color: rgb(93,42,140); }

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

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

 a { background-color: rgb(93,42,140); }

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

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

 span { border-color: rgb(93,42,140); }

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