Html Css Color HEX #576066 Fiord

📋 copy color: '#576066'

red 87 ◦ green 96 ◦ blue 102

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

Shades of Fiord #576066

Tints of Fiord #576066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

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

R = 30.53%
G = 33.68%
B = 35.79%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#576066 (or 0x576066) is known color: Fiord. HEX triplet: 57, 60 and 66. RGB value is (87,96,102). Sum of RGB (Red+Green+Blue) = 87+96+102=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 102 - color contains mainly: blue. Hex color #576066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576066 is #A89F99. Grayscale: #5D5D5D. Windows color (decimal): -11050906 or 6709335. OLE color: 6709335.

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

Color convert

RGB 87 96 102 -
CMYK 0.15 0.06 0 0.6
HSL 204º 0.08% 0.37% -
HSV(B) 204º 0.15% 0.4% -
XYZ 10.51 11.35 14.21 -
YUV 93.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 87 96 102 0.15 0.06 0 0.6 204 0.08 0.37
Hex 57 60 66 F 6 0 3C CC 8 25
Octal 127 140 146 17 6 0 74 314 10 45
Binary 1010111 1100000 1100110 1111 110 0 111100 11001100 1000 100101

Color Harmonies of #576066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576066

Black with #576066

Text Example


Text Example

White with #576066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576066; }

 p { color: rgb(87,96,102); }

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

background-color css

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

 a { background-color: rgb(87,96,102); }

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

border-color css

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

 span { border-color: rgb(87,96,102); }

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