Html Css Color HEX #533F67 Honey Flower

📋 copy color: '#533F67'

red 83 ◦ green 63 ◦ blue 103

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

Shades of Honey Flower #533F67

Tints of Honey Flower #533F67

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

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

R = 33.33%
G = 25.3%
B = 41.37%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#533F67 (or 0x533F67) is known color: Honey Flower. HEX triplet: 53, 3F and 67. RGB value is (83,63,103). Sum of RGB (Red+Green+Blue) = 83+63+103=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 63 (25% from 255 or 25.30% 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 #533F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533F67 is #ACC098. Grayscale: #494949. Windows color (decimal): -11321497 or 6766419. OLE color: 6766419.

HSL color Cylindrical-coordinate representation of color #533F67: hue angle of 270º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #533F67 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 63 103 -
CMYK 0.19 0.39 0 0.60
HSL 270º 0.24% 0.33% -
HSV(B) 270º 0.39% 0.4% -
XYZ 7.79 6.37 13.65 -
YUV 73.54 144.63 134.75 -
System Red Green Blue C M Y K H S L
Decimal 83 63 103 0.19 0.39 0 0.60 270 0.24 0.33
Hex 53 3F 67 13 27 0 3C 10E 18 21
Octal 123 77 147 23 47 0 74 416 30 41
Binary 1010011 111111 1100111 10011 100111 0 111100 100001110 11000 100001

Color Harmonies of #533F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533F67

Black with #533F67

Text Example


Text Example

White with #533F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,63,103); }

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

background-color css

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

 a { background-color: rgb(83,63,103); }

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

border-color css

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

 span { border-color: rgb(83,63,103); }

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