#5C268E

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

Shades of Kingfisher Daisy #5C268E

Tints of Kingfisher Daisy #5C268E

Color information

#5C268E (or 0x5C268E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 26 and 8E. RGB value is (92,38,142). Sum of RGB (Red+Green+Blue) = 92+38+142=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C268E is #A3D971. Grayscale: #414141. Windows color (decimal): -10738034 or 9315932. OLE color: 9315932.

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

Color convert

RGB9238142-
CMYK0.350.7300.44
HSL271.15º57.78%35.29%-
HSV(B)271.15º73.24%55.69%-
XYZ9.995.6126.15-
YUV66170.89146.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.82%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=33.82%
G=13.97%
B=52.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92381420.350.7300.44271.1557.7835.29
Hex5C268E234902C10f3a23
Octal13446216431110544177243
Binary10111001001101000111010001110010010101100100001111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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