Html Css Color HEX #5D3567 Honey Flower

📋 copy color: '#5D3567'

red 93 ◦ green 53 ◦ blue 103

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

Shades of Honey Flower #5D3567

Tints of Honey Flower #5D3567

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 37.35%
G = 21.29%
B = 41.37%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5D3567 (or 0x5D3567) is known color: Honey Flower. HEX triplet: 5D, 35 and 67. RGB value is (93,53,103). Sum of RGB (Red+Green+Blue) = 93+53+103=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #5D3567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3567 is #A2CA98. Grayscale: #464646. Windows color (decimal): -10668697 or 6763869. OLE color: 6763869.

HSL color Cylindrical-coordinate representation of color #5D3567: hue angle of 288º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D3567 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 93 53 103 -
CMYK 0.10 0.49 0 0.60
HSL 288º 0.32% 0.31% -
HSV(B) 288º 0.49% 0.4% -
XYZ 8.24 5.85 13.53 -
YUV 70.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 93 53 103 0.10 0.49 0 0.60 288 0.32 0.31
Hex 5D 35 67 A 31 0 3C 120 20 1F
Octal 135 65 147 12 61 0 74 440 40 37
Binary 1011101 110101 1100111 1010 110001 0 111100 100100000 100000 11111

Color Harmonies of #5D3567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3567

Black with #5D3567

Text Example


Text Example

White with #5D3567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,53,103); }

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

background-color css

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

 a { background-color: rgb(93,53,103); }

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

border-color css

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

 span { border-color: rgb(93,53,103); }

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