#5d2f8b

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

Shades of Kingfisher Daisy #5D2F8B

Tints of Kingfisher Daisy #5D2F8B

Color information

#5D2F8B (or 0x5D2F8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 2F and 8B. RGB value is (93,47,139). Sum of RGB (Red+Green+Blue) = 93+47+139=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D2F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2F8B is #A2D074. Grayscale: #464646. Windows color (decimal): -10670197 or 9121629. OLE color: 9121629.

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

Color convert

RGB9347139-
CMYK0.330.6600.45
HSL270º49.46%36.47%-
HSV(B)270º66.19%54.51%-
XYZ10.196.2225.09-
YUV71.24166.24143.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.33%
GREEN value IS 47 (18.75% from 255) = 16.85%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=33.33%
G=16.85%
B=49.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93471390.330.6600.4527049.4636.47
Hex5D2F8B214202D10e3124
Octal13557213411020554166144
Binary10111011011111000101110000110000100101101100001110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d2f8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,47,139); }

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

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

 a { background-color: rgb(93,47,139); }

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

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

 span { border-color: rgb(93,47,139); }

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