#5C258F

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

Shades of Kingfisher Daisy #5C258F

Tints of Kingfisher Daisy #5C258F

Color information

#5C258F (or 0x5C258F) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 25 and 8F. RGB value is (92,37,143). Sum of RGB (Red+Green+Blue) = 92+37+143=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 143 (56.25% from 255 or 52.57% from 272); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C258F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C258F is #A3DA70. Grayscale: #414141. Windows color (decimal): -10738289 or 9381212. OLE color: 9381212.

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

Color convert

RGB9237143-
CMYK0.360.7400.44
HSL271.13º58.89%35.29%-
HSV(B)271.13º74.13%56.08%-
XYZ10.035.5826.54-
YUV65.53171.72146.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.82%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 143 (56.25% from 255) = 52.57%
R=33.82%
G=13.60%
B=52.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92371430.360.7400.44271.1358.8935.29
Hex5C258F244A02C10f3b23
Octal13445217441120544177343
Binary10111001001011000111110010010010100101100100001111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C258F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,37,143); }

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

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

 a { background-color: rgb(92,37,143); }

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

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

 span { border-color: rgb(92,37,143); }

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