Html Css Color HEX #5F297D Kingfisher Daisy

📋 copy color: '#5F297D'

red 95 ◦ green 41 ◦ blue 125

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

Shades of Kingfisher Daisy #5F297D

Tints of Kingfisher Daisy #5F297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 36.4%
G = 15.71%
B = 47.89%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F297D (or 0x5F297D) is known color: Kingfisher Daisy. HEX triplet: 5F, 29 and 7D. RGB value is (95,41,125). Sum of RGB (Red+Green+Blue) = 95+41+125=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F297D is #A0D682. Grayscale: #424242. Windows color (decimal): -10540675 or 8202591. OLE color: 8202591.

HSL color Cylindrical-coordinate representation of color #5F297D: hue angle of 278.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F297D is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 41 125 -
CMYK 0.24 0.67 0 0.51
HSL 278.57º 0.51% 0.33% -
HSV(B) 278.57º 0.67% 0.49% -
XYZ 9.21 5.5 19.98 -
YUV 66.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 95 41 125 0.24 0.67 0 0.51 278.57 0.51 0.33
Hex 5F 29 7D 18 43 0 33 117 33 21
Octal 137 51 175 30 103 0 63 427 63 41
Binary 1011111 101001 1111101 11000 1000011 0 110011 100010111 110011 100001

Color Harmonies of #5F297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F297D

Black with #5F297D

Text Example


Text Example

White with #5F297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,41,125); }

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

background-color css

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

 a { background-color: rgb(95,41,125); }

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

border-color css

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

 span { border-color: rgb(95,41,125); }

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