#5C417A

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

Shades of Kingfisher Daisy #5C417A

Tints of Kingfisher Daisy #5C417A

Color information

#5C417A (or 0x5C417A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5C, 41 and 7A. RGB value is (92,65,122). Sum of RGB (Red+Green+Blue) = 92+65+122=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C417A is #A3BE85. Grayscale: #4F4F4F. Windows color (decimal): -10731142 or 8012124. OLE color: 8012124.

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

Color convert

RGB9265122-
CMYK0.250.4700.52
HSL268.42º30.48%36.67%-
HSV(B)268.42º46.72%47.84%-
XYZ9.827.4619.34-
YUV79.57151.95136.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.97%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=32.97%
G=23.30%
B=43.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92651220.250.4700.52268.4230.4836.67
Hex5C417A192F03410c1e25
Octal13410117231570644143645
Binary10111001000001111101011001101111011010010000110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,65,122); }

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

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

 a { background-color: rgb(92,65,122); }

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

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

 span { border-color: rgb(92,65,122); }

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