Html Css Color HEX #574068 Honey Flower

📋 copy color: '#574068'

red 87 ◦ green 64 ◦ blue 104

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

Shades of Honey Flower #574068

Tints of Honey Flower #574068

RGB

 RED value IS 87 (34.38% from 255) = 34.12%

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

 BLUE value IS 104 (41.02% from 255) = 40.78%

R = 34.12%
G = 25.1%
B = 40.78%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#574068 (or 0x574068) is known color: Honey Flower. HEX triplet: 57, 40 and 68. RGB value is (87,64,104). Sum of RGB (Red+Green+Blue) = 87+64+104=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #574068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574068 is #A8BF97. Grayscale: #4B4B4B. Windows color (decimal): -11059096 or 6832215. OLE color: 6832215.

HSL color Cylindrical-coordinate representation of color #574068: hue angle of 274.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #574068 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 87 64 104 -
CMYK 0.16 0.38 0 0.59
HSL 274.5º 0.24% 0.33% -
HSV(B) 274.5º 0.38% 0.41% -
XYZ 8.26 6.69 13.95 -
YUV 75.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 87 64 104 0.16 0.38 0 0.59 274.5 0.24 0.33
Hex 57 40 68 10 26 0 3B 112 18 21
Octal 127 100 150 20 46 0 73 422 30 41
Binary 1010111 1000000 1101000 10000 100110 0 111011 100010010 11000 100001

Color Harmonies of #574068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574068

Black with #574068

Text Example


Text Example

White with #574068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574068; }

 p { color: rgb(87,64,104); }

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

background-color css

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

 a { background-color: rgb(87,64,104); }

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

border-color css

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

 span { border-color: rgb(87,64,104); }

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