#5F217A

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

Shades of Kingfisher Daisy #5F217A

Tints of Kingfisher Daisy #5F217A

Color information

#5F217A (or 0x5F217A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 21 and 7A. RGB value is (95,33,122). Sum of RGB (Red+Green+Blue) = 95+33+122=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F217A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F217A is #A0DE85. Grayscale: #3D3D3D. Windows color (decimal): -10542726 or 8003935. OLE color: 8003935.

HSL color Cylindrical-coordinate representation of color #5F217A: hue angle of 281.8º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F217A is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9533122-
CMYK0.220.7300.52
HSL281.8º57.42%30.39%-
HSV(B)281.8º72.95%47.84%-
XYZ8.784.9318.9-
YUV61.68162.04151.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38%
GREEN value IS 33 (13.28% from 255) = 13.2%
BLUE value IS 122 (48.05% from 255) = 48.8%
R=38%
G=13.2%
B=48.8%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95331220.220.7300.52281.857.4230.39
Hex5F217A164903411a391e
Octal13741172261110644327136
Binary10111111000011111010101101001001011010010001101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,33,122); }

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

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

 a { background-color: rgb(95,33,122); }

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

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

 span { border-color: rgb(95,33,122); }

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