Html Css Color HEX #5F2693 Kingfisher Daisy

📋 copy color: '#5F2693'

red 95 ◦ green 38 ◦ blue 147

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

Shades of Kingfisher Daisy #5F2693

Tints of Kingfisher Daisy #5F2693

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

 BLUE value IS 147 (57.81% from 255) = 52.5%

R = 33.93%
G = 13.57%
B = 52.5%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5F2693 (or 0x5F2693) is known color: Kingfisher Daisy. HEX triplet: 5F, 26 and 93. RGB value is (95,38,147). Sum of RGB (Red+Green+Blue) = 95+38+147=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F2693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2693 is #A0D96C. Grayscale: #434343. Windows color (decimal): -10541421 or 9643615. OLE color: 9643615.

HSL color Cylindrical-coordinate representation of color #5F2693: hue angle of 271.38º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F2693 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 38 147 -
CMYK 0.35 0.74 0 0.42
HSL 271.38º 0.59% 0.36% -
HSV(B) 271.38º 0.74% 0.58% -
XYZ 10.68 5.93 28.18 -
YUV 67.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 95 38 147 0.35 0.74 0 0.42 271.38 0.59 0.36
Hex 5F 26 93 23 4A 0 2A 10F 3B 24
Octal 137 46 223 43 112 0 52 417 73 44
Binary 1011111 100110 10010011 100011 1001010 0 101010 100001111 111011 100100

Color Harmonies of #5F2693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2693

Black with #5F2693

Text Example


Text Example

White with #5F2693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,38,147); }

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

background-color css

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

 a { background-color: rgb(95,38,147); }

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

border-color css

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

 span { border-color: rgb(95,38,147); }

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