#5C1B7B

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

Shades of Kingfisher Daisy #5C1B7B

Tints of Kingfisher Daisy #5C1B7B

Color information

#5C1B7B (or 0x5C1B7B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 1B and 7B. RGB value is (92,27,123). Sum of RGB (Red+Green+Blue) = 92+27+123=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C1B7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C1B7B is #A3E484. Grayscale: #393939. Windows color (decimal): -10740869 or 8067932. OLE color: 8067932.

HSL color Cylindrical-coordinate representation of color #5C1B7B: hue angle of 280.62º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C1B7B is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9227123-
CMYK0.250.7800.52
HSL280.62º64%29.41%-
HSV(B)280.62º78.05%48.24%-
XYZ8.384.4919.16-
YUV57.38165.03152.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.02%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=38.02%
G=11.16%
B=50.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92271230.250.7800.52280.626429.41
Hex5C1B7B194E034119401d
Octal134331733111606443110035
Binary10111001101111110111100110011100110100100011001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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