#5D238E

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

Shades of Kingfisher Daisy #5D238E

Tints of Kingfisher Daisy #5D238E

Color information

#5D238E (or 0x5D238E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 23 and 8E. RGB value is (93,35,142). Sum of RGB (Red+Green+Blue) = 93+35+142=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D238E is #A2DC71. Grayscale: #404040. Windows color (decimal): -10673266 or 9315165. OLE color: 9315165.

HSL color Cylindrical-coordinate representation of color #5D238E: hue angle of 272.52º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D238E is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9335142-
CMYK0.350.7500.44
HSL272.52º60.45%34.71%-
HSV(B)272.52º75.35%55.69%-
XYZ105.4826.12-
YUV64.54171.72148.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.44%
GREEN value IS 35 (14.06% from 255) = 12.96%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=34.44%
G=12.96%
B=52.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93351420.350.7500.44272.5260.4534.71
Hex5D238E234B02C1113c23
Octal13543216431130544217443
Binary10111011000111000111010001110010110101100100010001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,35,142); }

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

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

 a { background-color: rgb(93,35,142); }

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

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

 span { border-color: rgb(93,35,142); }

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