#5F358A

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

Shades of Kingfisher Daisy #5F358A

Tints of Kingfisher Daisy #5F358A

Color information

#5F358A (or 0x5F358A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 35 and 8A. RGB value is (95,53,138). Sum of RGB (Red+Green+Blue) = 95+53+138=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 138 (54.30% from 255 or 48.25% from 286); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F358A is #A0CA75. Grayscale: #4A4A4A. Windows color (decimal): -10537590 or 9057631. OLE color: 9057631.

HSL color Cylindrical-coordinate representation of color #5F358A: hue angle of 269.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F358A is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9553138-
CMYK0.310.6200.46
HSL269.65º44.5%37.45%-
HSV(B)269.65º61.59%54.12%-
XYZ10.586.8124.8-
YUV75.25163.41142.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.22%
GREEN value IS 53 (21.09% from 255) = 18.53%
BLUE value IS 138 (54.30% from 255) = 48.25%
R=33.22%
G=18.53%
B=48.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95531380.310.6200.46269.6544.537.45
Hex5F358A1F3E02E10e2d25
Octal1376521237760564165545
Binary101111111010110001010111111111100101110100001110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,53,138); }

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

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

 a { background-color: rgb(95,53,138); }

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

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

 span { border-color: rgb(95,53,138); }

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