Html Css Color HEX #533C62 Honey Flower

📋 copy color: '#533C62'

red 83 ◦ green 60 ◦ blue 98

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

Shades of Honey Flower #533C62

Tints of Honey Flower #533C62

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.9%

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

R = 34.44%
G = 24.9%
B = 40.66%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#533C62 (or 0x533C62) is known color: Honey Flower. HEX triplet: 53, 3C and 62. RGB value is (83,60,98). Sum of RGB (Red+Green+Blue) = 83+60+98=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #533C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C62 is #ACC39D. Grayscale: #474747. Windows color (decimal): -11322270 or 6437971. OLE color: 6437971.

HSL color Cylindrical-coordinate representation of color #533C62: hue angle of 276.32º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #533C62 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 60 98 -
CMYK 0.15 0.39 0 0.62
HSL 276.32º 0.24% 0.31% -
HSV(B) 276.32º 0.39% 0.38% -
XYZ 7.39 5.95 12.31 -
YUV 71.21 143.12 136.41 -
System Red Green Blue C M Y K H S L
Decimal 83 60 98 0.15 0.39 0 0.62 276.32 0.24 0.31
Hex 53 3C 62 F 27 0 3E 114 18 1F
Octal 123 74 142 17 47 0 76 424 30 37
Binary 1010011 111100 1100010 1111 100111 0 111110 100010100 11000 11111

Color Harmonies of #533C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C62

Black with #533C62

Text Example


Text Example

White with #533C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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