Html Css Color HEX #534066 Honey Flower

📋 copy color: '#534066'

red 83 ◦ green 64 ◦ blue 102

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

Shades of Honey Flower #534066

Tints of Honey Flower #534066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

 BLUE value IS 102 (40.23% from 255) = 40.96%

R = 33.33%
G = 25.7%
B = 40.96%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#534066 (or 0x534066) is known color: Honey Flower. HEX triplet: 53, 40 and 66. RGB value is (83,64,102). Sum of RGB (Red+Green+Blue) = 83+64+102=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #534066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534066 is #ACBF99. Grayscale: #494949. Windows color (decimal): -11321242 or 6701139. OLE color: 6701139.

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

Color convert

RGB 83 64 102 -
CMYK 0.19 0.37 0 0.6
HSL 270º 0.23% 0.33% -
HSV(B) 270º 0.37% 0.4% -
XYZ 7.8 6.47 13.41 -
YUV 74.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 83 64 102 0.19 0.37 0 0.6 270 0.23 0.33
Hex 53 40 66 13 25 0 3C 10E 17 21
Octal 123 100 146 23 45 0 74 416 27 41
Binary 1010011 1000000 1100110 10011 100101 0 111100 100001110 10111 100001

Color Harmonies of #534066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534066

Black with #534066

Text Example


Text Example

White with #534066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534066; }

 p { color: rgb(83,64,102); }

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

background-color css

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

 a { background-color: rgb(83,64,102); }

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

border-color css

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

 span { border-color: rgb(83,64,102); }

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