#5C1B90

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

Shades of Kingfisher Daisy #5C1B90

Tints of Kingfisher Daisy #5C1B90

Color information

#5C1B90 (or 0x5C1B90) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 1B and 90. RGB value is (92,27,144). Sum of RGB (Red+Green+Blue) = 92+27+144=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C1B90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1B90 is #A3E46F. Grayscale: #3B3B3B. Windows color (decimal): -10740848 or 9444188. OLE color: 9444188.

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

Color convert

RGB9227144-
CMYK0.360.8100.44
HSL273.33º68.42%33.53%-
HSV(B)273.33º81.25%56.47%-
XYZ9.845.0726.85-
YUV59.77175.53150.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.98%
GREEN value IS 27 (10.94% from 255) = 10.27%
BLUE value IS 144 (56.64% from 255) = 54.75%
R=34.98%
G=10.27%
B=54.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92271440.360.8100.44273.3368.4233.53
Hex5C1B90245102C1114422
Octal134332204412105442110442
Binary10111001101110010000100100101000101011001000100011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,27,144); }

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

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

 a { background-color: rgb(92,27,144); }

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

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

 span { border-color: rgb(92,27,144); }

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