#534066

Color #534066 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #534066

Tints of Honey Flower #534066

Color information

#534066 (or 0x534066) is unknown color: approx 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

RGB8364102-
CMYK0.190.3700.6
HSL270º22.89%32.55%-
HSV(B)270º37.25%40%-
XYZ7.86.4713.41-
YUV74.01143.79134.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 25.70%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=33.33%
G=25.70%
B=40.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83641020.190.3700.627022.8932.55
Hex534066132503C10e1721
Octal12310014623450744162741
Binary10100111000000110011010011100101011110010000111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>