Html Css Color HEX #5D2688 Kingfisher Daisy

📋 copy color: '#5D2688'

red 93 ◦ green 38 ◦ blue 136

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

Shades of Kingfisher Daisy #5D2688

Tints of Kingfisher Daisy #5D2688

RGB

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

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

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

R = 34.83%
G = 14.23%
B = 50.94%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5D2688 (or 0x5D2688) is known color: Kingfisher Daisy. HEX triplet: 5D, 26 and 88. RGB value is (93,38,136). Sum of RGB (Red+Green+Blue) = 93+38+136=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D2688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2688 is #A2D977. Grayscale: #414141. Windows color (decimal): -10672504 or 8922717. OLE color: 8922717.

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

Color convert

RGB 93 38 136 -
CMYK 0.32 0.72 0 0.47
HSL 273.67º 0.56% 0.34% -
HSV(B) 273.67º 0.72% 0.53% -
XYZ 9.65 5.49 23.84 -
YUV 65.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 93 38 136 0.32 0.72 0 0.47 273.67 0.56 0.34
Hex 5D 26 88 20 48 0 2F 112 38 22
Octal 135 46 210 40 110 0 57 422 70 42
Binary 1011101 100110 10001000 100000 1001000 0 101111 100010010 111000 100010

Color Harmonies of #5D2688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2688

Black with #5D2688

Text Example


Text Example

White with #5D2688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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