Html Css Color HEX #533862 Honey Flower

📋 copy color: '#533862'

red 83 ◦ green 56 ◦ blue 98

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

Shades of Honey Flower #533862

Tints of Honey Flower #533862

RGB

 RED value IS 83 (32.81% from 255) = 35.02%

 GREEN value IS 56 (22.27% from 255) = 23.63%

 BLUE value IS 98 (38.67% from 255) = 41.35%

R = 35.02%
G = 23.63%
B = 41.35%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#533862 (or 0x533862) is known color: Honey Flower. HEX triplet: 53, 38 and 62. RGB value is (83,56,98). Sum of RGB (Red+Green+Blue) = 83+56+98=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #533862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533862 is #ACC79D. Grayscale: #444444. Windows color (decimal): -11323294 or 6436947. OLE color: 6436947.

HSL color Cylindrical-coordinate representation of color #533862: hue angle of 278.57º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #533862 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 56 98 -
CMYK 0.15 0.43 0 0.62
HSL 278.57º 0.27% 0.3% -
HSV(B) 278.57º 0.43% 0.38% -
XYZ 7.19 5.55 12.25 -
YUV 68.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 83 56 98 0.15 0.43 0 0.62 278.57 0.27 0.3
Hex 53 38 62 F 2B 0 3E 117 1B 1E
Octal 123 70 142 17 53 0 76 427 33 36
Binary 1010011 111000 1100010 1111 101011 0 111110 100010111 11011 11110

Color Harmonies of #533862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533862

Black with #533862

Text Example


Text Example

White with #533862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533862; }

 p { color: rgb(83,56,98); }

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

background-color css

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

 a { background-color: rgb(83,56,98); }

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

border-color css

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

 span { border-color: rgb(83,56,98); }

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