#5F238E

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

Shades of Kingfisher Daisy #5F238E

Tints of Kingfisher Daisy #5F238E

Color information

#5F238E (or 0x5F238E) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 23 and 8E. RGB value is (95,35,142). Sum of RGB (Red+Green+Blue) = 95+35+142=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F238E is #A0DC71. Grayscale: #404040. Windows color (decimal): -10542194 or 9315167. OLE color: 9315167.

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

Color convert

RGB9535142-
CMYK0.330.7500.44
HSL273.64º60.45%34.71%-
HSV(B)273.64º75.35%55.69%-
XYZ10.25.5926.13-
YUV65.14171.38149.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.93%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=34.93%
G=12.87%
B=52.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95351420.330.7500.44273.6460.4534.71
Hex5F238E214B02C1123c23
Octal13743216411130544227443
Binary10111111000111000111010000110010110101100100010010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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