#5D257B

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

Shades of Kingfisher Daisy #5D257B

Tints of Kingfisher Daisy #5D257B

Color information

#5D257B (or 0x5D257B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 25 and 7B. RGB value is (93,37,123). Sum of RGB (Red+Green+Blue) = 93+37+123=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D257B is #A2DA84. Grayscale: #3F3F3F. Windows color (decimal): -10672773 or 8070493. OLE color: 8070493.

HSL color Cylindrical-coordinate representation of color #5D257B: hue angle of 279.07º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D257B is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9337123-
CMYK0.240.7000.52
HSL279.07º53.75%31.37%-
HSV(B)279.07º69.92%48.24%-
XYZ8.755.0819.26-
YUV63.55161.55149.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.76%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=36.76%
G=14.62%
B=48.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93371230.240.7000.52279.0753.7531.37
Hex5D257B1846034117361f
Octal13545173301060644276637
Binary10111011001011111011110001000110011010010001011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,37,123); }

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

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

 a { background-color: rgb(93,37,123); }

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

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

 span { border-color: rgb(93,37,123); }

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