Html Css Color HEX #534262 Honey Flower

📋 copy color: '#534262'

red 83 ◦ green 66 ◦ blue 98

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

Shades of Honey Flower #534262

Tints of Honey Flower #534262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

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

R = 33.6%
G = 26.72%
B = 39.68%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534262 (or 0x534262) is known color: Honey Flower. HEX triplet: 53, 42 and 62. RGB value is (83,66,98). Sum of RGB (Red+Green+Blue) = 83+66+98=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #534262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534262 is #ACBD9D. Grayscale: #4A4A4A. Windows color (decimal): -11320734 or 6439507. OLE color: 6439507.

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

Color convert

RGB 83 66 98 -
CMYK 0.15 0.33 0 0.62
HSL 271.88º 0.2% 0.32% -
HSV(B) 271.88º 0.33% 0.38% -
XYZ 7.72 6.62 12.43 -
YUV 74.73 141.13 133.9 -
System Red Green Blue C M Y K H S L
Decimal 83 66 98 0.15 0.33 0 0.62 271.88 0.2 0.32
Hex 53 42 62 F 21 0 3E 110 14 20
Octal 123 102 142 17 41 0 76 420 24 40
Binary 1010011 1000010 1100010 1111 100001 0 111110 100010000 10100 100000

Color Harmonies of #534262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534262

Black with #534262

Text Example


Text Example

White with #534262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534262; }

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

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

background-color css

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

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

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

border-color css

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

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

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