Html Css Color HEX #5D3678 Honey Flower

📋 copy color: '#5D3678'

red 93 ◦ green 54 ◦ blue 120

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

Shades of Honey Flower #5D3678

Tints of Honey Flower #5D3678

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.22%

 BLUE value IS 120 (47.27% from 255) = 44.94%

R = 34.83%
G = 20.22%
B = 44.94%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5D3678 (or 0x5D3678) is known color: Honey Flower. HEX triplet: 5D, 36 and 78. RGB value is (93,54,120). Sum of RGB (Red+Green+Blue) = 93+54+120=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D3678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3678 is #A2C987. Grayscale: #484848. Windows color (decimal): -10668424 or 7878237. OLE color: 7878237.

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

Color convert

RGB 93 54 120 -
CMYK 0.22 0.55 0 0.53
HSL 275.45º 0.38% 0.34% -
HSV(B) 275.45º 0.55% 0.47% -
XYZ 9.22 6.32 18.5 -
YUV 73.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 93 54 120 0.22 0.55 0 0.53 275.45 0.38 0.34
Hex 5D 36 78 16 37 0 35 113 26 22
Octal 135 66 170 26 67 0 65 423 46 42
Binary 1011101 110110 1111000 10110 110111 0 110101 100010011 100110 100010

Color Harmonies of #5D3678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3678

Black with #5D3678

Text Example


Text Example

White with #5D3678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,54,120); }

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

background-color css

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

 a { background-color: rgb(93,54,120); }

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

border-color css

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

 span { border-color: rgb(93,54,120); }

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