#5F258E

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

Shades of Kingfisher Daisy #5F258E

Tints of Kingfisher Daisy #5F258E

Color information

#5F258E (or 0x5F258E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 25 and 8E. RGB value is (95,37,142). Sum of RGB (Red+Green+Blue) = 95+37+142=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F258E is #A0DA71. Grayscale: #414141. Windows color (decimal): -10541682 or 9315679. OLE color: 9315679.

HSL color Cylindrical-coordinate representation of color #5F258E: hue angle of 273.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F258E is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9537142-
CMYK0.330.7400.44
HSL273.14º58.66%35.1%-
HSV(B)273.14º73.94%55.69%-
XYZ10.265.7126.15-
YUV66.31170.72148.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.67%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=34.67%
G=13.50%
B=51.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95371420.330.7400.44273.1458.6635.1
Hex5F258E214A02C1113b23
Octal13745216411120544217343
Binary10111111001011000111010000110010100101100100010001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F258E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,37,142); }

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

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

 a { background-color: rgb(95,37,142); }

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

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

 span { border-color: rgb(95,37,142); }

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