Html Css Color HEX #5F358C Kingfisher Daisy

📋 copy color: '#5F358C'

red 95 ◦ green 53 ◦ blue 140

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

Shades of Kingfisher Daisy #5F358C

Tints of Kingfisher Daisy #5F358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.4%

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

R = 32.99%
G = 18.4%
B = 48.61%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5F358C (or 0x5F358C) is known color: Kingfisher Daisy. HEX triplet: 5F, 35 and 8C. RGB value is (95,53,140). Sum of RGB (Red+Green+Blue) = 95+53+140=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F358C is #A0CA73. Grayscale: #4B4B4B. Windows color (decimal): -10537588 or 9188703. OLE color: 9188703.

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

Color convert

RGB 95 53 140 -
CMYK 0.32 0.62 0 0.45
HSL 268.97º 0.45% 0.38% -
HSV(B) 268.97º 0.62% 0.55% -
XYZ 10.73 6.87 25.57 -
YUV 75.48 164.41 141.93 -
System Red Green Blue C M Y K H S L
Decimal 95 53 140 0.32 0.62 0 0.45 268.97 0.45 0.38
Hex 5F 35 8C 20 3E 0 2D 10D 2D 26
Octal 137 65 214 40 76 0 55 415 55 46
Binary 1011111 110101 10001100 100000 111110 0 101101 100001101 101101 100110

Color Harmonies of #5F358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F358C

Black with #5F358C

Text Example


Text Example

White with #5F358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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