Html Css Color HEX #5F1C99 Kingfisher Daisy

📋 copy color: '#5F1C99'

red 95 ◦ green 28 ◦ blue 153

#5F1C99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #5F1C99

Tints of Kingfisher Daisy #5F1C99

RGB

 RED value IS 95 (37.5% from 255) = 34.42%

 GREEN value IS 28 (11.33% from 255) = 10.14%

 BLUE value IS 153 (60.16% from 255) = 55.43%

R = 34.42%
G = 10.14%
B = 55.43%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5F1C99 (or 0x5F1C99) is known color: Kingfisher Daisy. HEX triplet: 5F, 1C and 99. RGB value is (95,28,153). Sum of RGB (Red+Green+Blue) = 95+28+153=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F1C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1C99 is #A0E366. Grayscale: #3D3D3D. Windows color (decimal): -10543975 or 10034271. OLE color: 10034271.

HSL color Cylindrical-coordinate representation of color #5F1C99: hue angle of 272.16º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F1C99 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 95 28 153 -
CMYK 0.38 0.82 0 0.4
HSL 272.16º 0.69% 0.35% -
HSV(B) 272.16º 0.82% 0.6% -
XYZ 10.88 5.56 30.64 -
YUV 62.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 95 28 153 0.38 0.82 0 0.4 272.16 0.69 0.35
Hex 5F 1C 99 26 52 0 28 110 45 23
Octal 137 34 231 46 122 0 50 420 105 43
Binary 1011111 11100 10011001 100110 1010010 0 101000 100010000 1000101 100011

Color Harmonies of #5F1C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1C99

Black with #5F1C99

Text Example


Text Example

White with #5F1C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,28,153); }

 H1.HeaderClassName
 {
   color: #5F1C99;
 }
 .AnyTagClassName
 {
   color: #5F1C99;
 }
</style>

background-color css

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

 a { background-color: rgb(95,28,153); }

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

border-color css

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

 span { border-color: rgb(95,28,153); }

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