#5F267C

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

Shades of Kingfisher Daisy #5F267C

Tints of Kingfisher Daisy #5F267C

Color information

#5F267C (or 0x5F267C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 26 and 7C. RGB value is (95,38,124). Sum of RGB (Red+Green+Blue) = 95+38+124=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F267C is #A0D983. Grayscale: #404040. Windows color (decimal): -10541444 or 8136287. OLE color: 8136287.

HSL color Cylindrical-coordinate representation of color #5F267C: hue angle of 279.77º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F267C is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9538124-
CMYK0.230.6900.51
HSL279.77º53.09%31.76%-
HSV(B)279.77º69.35%48.63%-
XYZ9.055.2719.61-
YUV64.85161.38149.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.96%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=36.96%
G=14.79%
B=48.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95381240.230.6900.51279.7753.0931.76
Hex5F267C17450331183520
Octal13746174271050634306540
Binary101111110011011111001011110001010110011100011000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,38,124); }

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

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

 a { background-color: rgb(95,38,124); }

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

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

 span { border-color: rgb(95,38,124); }

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