#5C3082

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

Shades of Kingfisher Daisy #5C3082

Tints of Kingfisher Daisy #5C3082

Color information

#5C3082 (or 0x5C3082) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 30 and 82. RGB value is (92,48,130). Sum of RGB (Red+Green+Blue) = 92+48+130=270 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.07% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #5C3082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3082 is #A3CF7D. Grayscale: #464646. Windows color (decimal): -10735486 or 8532060. OLE color: 8532060.

HSL color Cylindrical-coordinate representation of color #5C3082: hue angle of 272.2º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C3082 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9248130-
CMYK0.290.6300.49
HSL272.2º46.07%34.9%-
HSV(B)272.2º63.08%50.98%-
XYZ9.5621.78-
YUV70.5161.58143.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.07%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 130 (51.17% from 255) = 48.15%
R=34.07%
G=17.78%
B=48.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal92481300.290.6300.49272.246.0734.9
Hex5C30821D3F0311102e23
Octal1346020235770614205643
Binary101110011000010000010111011111110110001100010000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,48,130); }

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

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

 a { background-color: rgb(92,48,130); }

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

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

 span { border-color: rgb(92,48,130); }

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