Html Css Color HEX #5D2888 Kingfisher Daisy

📋 copy color: '#5D2888'

red 93 ◦ green 40 ◦ blue 136

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

Shades of Kingfisher Daisy #5D2888

Tints of Kingfisher Daisy #5D2888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

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

R = 34.57%
G = 14.87%
B = 50.56%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5D2888 (or 0x5D2888) is known color: Kingfisher Daisy. HEX triplet: 5D, 28 and 88. RGB value is (93,40,136). Sum of RGB (Red+Green+Blue) = 93+40+136=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D2888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2888 is #A2D777. Grayscale: #424242. Windows color (decimal): -10671992 or 8923229. OLE color: 8923229.

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

Color convert

RGB 93 40 136 -
CMYK 0.32 0.71 0 0.47
HSL 273.13º 0.55% 0.35% -
HSV(B) 273.13º 0.71% 0.53% -
XYZ 9.72 5.62 23.87 -
YUV 66.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 93 40 136 0.32 0.71 0 0.47 273.13 0.55 0.35
Hex 5D 28 88 20 47 0 2F 111 37 23
Octal 135 50 210 40 107 0 57 421 67 43
Binary 1011101 101000 10001000 100000 1000111 0 101111 100010001 110111 100011

Color Harmonies of #5D2888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2888

Black with #5D2888

Text Example


Text Example

White with #5D2888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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