#5F248A

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

Shades of Kingfisher Daisy #5F248A

Tints of Kingfisher Daisy #5F248A

Color information

#5F248A (or 0x5F248A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 24 and 8A. RGB value is (95,36,138). Sum of RGB (Red+Green+Blue) = 95+36+138=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F248A is #A0DB75. Grayscale: #404040. Windows color (decimal): -10541942 or 9053279. OLE color: 9053279.

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

Color convert

RGB9536138-
CMYK0.310.7400.46
HSL274.71º58.62%34.12%-
HSV(B)274.71º73.91%54.12%-
XYZ9.945.5324.59-
YUV65.27169.05149.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.32%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 138 (54.30% from 255) = 51.30%
R=35.32%
G=13.38%
B=51.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal95361380.310.7400.46274.7158.6234.12
Hex5F248A1F4A02E1133b22
Octal13744212371120564237342
Binary1011111100100100010101111110010100101110100010011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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