Html Css Color HEX #5F2385 Kingfisher Daisy

📋 copy color: '#5F2385'

red 95 ◦ green 35 ◦ blue 133

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

Shades of Kingfisher Daisy #5F2385

Tints of Kingfisher Daisy #5F2385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.31%

 BLUE value IS 133 (52.34% from 255) = 50.57%

R = 36.12%
G = 13.31%
B = 50.57%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5F2385 (or 0x5F2385) is known color: Kingfisher Daisy. HEX triplet: 5F, 23 and 85. RGB value is (95,35,133). Sum of RGB (Red+Green+Blue) = 95+35+133=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F2385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2385 is #A0DC7A. Grayscale: #3F3F3F. Windows color (decimal): -10542203 or 8725343. OLE color: 8725343.

HSL color Cylindrical-coordinate representation of color #5F2385: hue angle of 276.73º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F2385 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 95 35 133 -
CMYK 0.29 0.74 0 0.48
HSL 276.73º 0.58% 0.33% -
HSV(B) 276.73º 0.74% 0.52% -
XYZ 9.55 5.33 22.72 -
YUV 64.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 95 35 133 0.29 0.74 0 0.48 276.73 0.58 0.33
Hex 5F 23 85 1D 4A 0 30 115 3A 21
Octal 137 43 205 35 112 0 60 425 72 41
Binary 1011111 100011 10000101 11101 1001010 0 110000 100010101 111010 100001

Color Harmonies of #5F2385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2385

Black with #5F2385

Text Example


Text Example

White with #5F2385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,35,133); }

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

background-color css

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

 a { background-color: rgb(95,35,133); }

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

border-color css

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

 span { border-color: rgb(95,35,133); }

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