Html Css Color HEX #5F1B8E Kingfisher Daisy

📋 copy color: '#5F1B8E'

red 95 ◦ green 27 ◦ blue 142

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

Shades of Kingfisher Daisy #5F1B8E

Tints of Kingfisher Daisy #5F1B8E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.23%

 BLUE value IS 142 (55.86% from 255) = 53.79%

R = 35.98%
G = 10.23%
B = 53.79%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5F1B8E (or 0x5F1B8E) is known color: Kingfisher Daisy. HEX triplet: 5F, 1B and 8E. RGB value is (95,27,142). Sum of RGB (Red+Green+Blue) = 95+27+142=264 (34% of max value = 765). Red value is 95 (37.5% from 255 or 35.98% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F1B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F1B8E is #A0E471. Grayscale: #3C3C3C. Windows color (decimal): -10544242 or 9313119. OLE color: 9313119.

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

Color convert

RGB 95 27 142 -
CMYK 0.33 0.81 0 0.44
HSL 275.48º 0.68% 0.33% -
HSV(B) 275.48º 0.81% 0.56% -
XYZ 9.99 5.17 26.06 -
YUV 60.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 95 27 142 0.33 0.81 0 0.44 275.48 0.68 0.33
Hex 5F 1B 8E 21 51 0 2C 113 44 21
Octal 137 33 216 41 121 0 54 423 104 41
Binary 1011111 11011 10001110 100001 1010001 0 101100 100010011 1000100 100001

Color Harmonies of #5F1B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1B8E

Black with #5F1B8E

Text Example


Text Example

White with #5F1B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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