Html Css Color HEX #5F2D8C Kingfisher Daisy

📋 copy color: '#5F2D8C'

red 95 ◦ green 45 ◦ blue 140

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

Shades of Kingfisher Daisy #5F2D8C

Tints of Kingfisher Daisy #5F2D8C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.07%

 BLUE value IS 140 (55.08% from 255) = 50%

R = 33.93%
G = 16.07%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F2D8C (or 0x5F2D8C) is known color: Kingfisher Daisy. HEX triplet: 5F, 2D and 8C. RGB value is (95,45,140). Sum of RGB (Red+Green+Blue) = 95+45+140=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F2D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2D8C is #A0D273. Grayscale: #464646. Windows color (decimal): -10539636 or 9186655. OLE color: 9186655.

HSL color Cylindrical-coordinate representation of color #5F2D8C: hue angle of 271.58º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F2D8C is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 95 45 140 -
CMYK 0.32 0.68 0 0.45
HSL 271.58º 0.51% 0.36% -
HSV(B) 271.58º 0.68% 0.55% -
XYZ 10.39 6.2 25.46 -
YUV 70.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 95 45 140 0.32 0.68 0 0.45 271.58 0.51 0.36
Hex 5F 2D 8C 20 44 0 2D 110 33 24
Octal 137 55 214 40 104 0 55 420 63 44
Binary 1011111 101101 10001100 100000 1000100 0 101101 100010000 110011 100100

Color Harmonies of #5F2D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2D8C

Black with #5F2D8C

Text Example


Text Example

White with #5F2D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,45,140); }

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

background-color css

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

 a { background-color: rgb(95,45,140); }

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

border-color css

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

 span { border-color: rgb(95,45,140); }

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