Html Css Color HEX #5D2682 Kingfisher Daisy

📋 copy color: '#5D2682'

red 93 ◦ green 38 ◦ blue 130

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

Shades of Kingfisher Daisy #5D2682

Tints of Kingfisher Daisy #5D2682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 49.81%

R = 35.63%
G = 14.56%
B = 49.81%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5D2682 (or 0x5D2682) is known color: Kingfisher Daisy. HEX triplet: 5D, 26 and 82. RGB value is (93,38,130). Sum of RGB (Red+Green+Blue) = 93+38+130=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #5D2682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2682 is #A2D97D. Grayscale: #404040. Windows color (decimal): -10672510 or 8529501. OLE color: 8529501.

HSL color Cylindrical-coordinate representation of color #5D2682: hue angle of 275.87º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D2682 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 93 38 130 -
CMYK 0.28 0.71 0 0.49
HSL 275.87º 0.55% 0.33% -
HSV(B) 275.87º 0.71% 0.51% -
XYZ 9.24 5.33 21.66 -
YUV 64.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 93 38 130 0.28 0.71 0 0.49 275.87 0.55 0.33
Hex 5D 26 82 1C 47 0 31 114 37 21
Octal 135 46 202 34 107 0 61 424 67 41
Binary 1011101 100110 10000010 11100 1000111 0 110001 100010100 110111 100001

Color Harmonies of #5D2682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2682

Black with #5D2682

Text Example


Text Example

White with #5D2682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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