Html Css Color HEX #5D2988 Kingfisher Daisy

📋 copy color: '#5D2988'

red 93 ◦ green 41 ◦ blue 136

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

Shades of Kingfisher Daisy #5D2988

Tints of Kingfisher Daisy #5D2988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 50.37%

R = 34.44%
G = 15.19%
B = 50.37%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5D2988 (or 0x5D2988) is known color: Kingfisher Daisy. HEX triplet: 5D, 29 and 88. RGB value is (93,41,136). Sum of RGB (Red+Green+Blue) = 93+41+136=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D2988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2988 is #A2D677. Grayscale: #434343. Windows color (decimal): -10671736 or 8923485. OLE color: 8923485.

HSL color Cylindrical-coordinate representation of color #5D2988: hue angle of 272.84º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D2988 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 93 41 136 -
CMYK 0.32 0.70 0 0.47
HSL 272.84º 0.54% 0.35% -
HSV(B) 272.84º 0.7% 0.53% -
XYZ 9.75 5.69 23.88 -
YUV 67.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 93 41 136 0.32 0.70 0 0.47 272.84 0.54 0.35
Hex 5D 29 88 20 46 0 2F 111 36 23
Octal 135 51 210 40 106 0 57 421 66 43
Binary 1011101 101001 10001000 100000 1000110 0 101111 100010001 110110 100011

Color Harmonies of #5D2988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2988

Black with #5D2988

Text Example


Text Example

White with #5D2988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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