#5C268D

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

Shades of Kingfisher Daisy #5C268D

Tints of Kingfisher Daisy #5C268D

Color information

#5C268D (or 0x5C268D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 26 and 8D. RGB value is (92,38,141). Sum of RGB (Red+Green+Blue) = 92+38+141=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C268D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C268D is #A3D972. Grayscale: #414141. Windows color (decimal): -10738035 or 9250396. OLE color: 9250396.

HSL color Cylindrical-coordinate representation of color #5C268D: hue angle of 271.46º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C268D is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9238141-
CMYK0.350.7300.45
HSL271.46º57.54%35.1%-
HSV(B)271.46º73.05%55.29%-
XYZ9.915.5825.75-
YUV65.89170.39146.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.95%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 141 (55.47% from 255) = 52.03%
R=33.95%
G=14.02%
B=52.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92381410.350.7300.45271.4657.5435.1
Hex5C268D234902D10f3a23
Octal13446215431110554177243
Binary10111001001101000110110001110010010101101100001111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C268D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,38,141); }

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

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

 a { background-color: rgb(92,38,141); }

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

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

 span { border-color: rgb(92,38,141); }

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