Html Css Color HEX #5D2992 Kingfisher Daisy

📋 copy color: '#5D2992'

red 93 ◦ green 41 ◦ blue 146

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

Shades of Kingfisher Daisy #5D2992

Tints of Kingfisher Daisy #5D2992

RGB

 RED value IS 93 (36.72% from 255) = 33.21%

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

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 33.21%
G = 14.64%
B = 52.14%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5D2992 (or 0x5D2992) is known color: Kingfisher Daisy. HEX triplet: 5D, 29 and 92. RGB value is (93,41,146). Sum of RGB (Red+Green+Blue) = 93+41+146=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #5D2992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2992 is #A2D66D. Grayscale: #444444. Windows color (decimal): -10671726 or 9578845. OLE color: 9578845.

HSL color Cylindrical-coordinate representation of color #5D2992: hue angle of 269.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D2992 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 93 41 146 -
CMYK 0.36 0.72 0 0.43
HSL 269.71º 0.56% 0.37% -
HSV(B) 269.71º 0.72% 0.57% -
XYZ 10.5 5.99 27.8 -
YUV 68.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 93 41 146 0.36 0.72 0 0.43 269.71 0.56 0.37
Hex 5D 29 92 24 48 0 2B 10E 38 25
Octal 135 51 222 44 110 0 53 416 70 45
Binary 1011101 101001 10010010 100100 1001000 0 101011 100001110 111000 100101

Color Harmonies of #5D2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2992

Black with #5D2992

Text Example


Text Example

White with #5D2992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,41,146); }

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

background-color css

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

 a { background-color: rgb(93,41,146); }

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

border-color css

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

 span { border-color: rgb(93,41,146); }

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