Html Css Color HEX #576268 Fiord

📋 copy color: '#576268'

red 87 ◦ green 98 ◦ blue 104

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

Shades of Fiord #576268

Tints of Fiord #576268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

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

R = 30.1%
G = 33.91%
B = 35.99%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#576268 (or 0x576268) is known color: Fiord. HEX triplet: 57, 62 and 68. RGB value is (87,98,104). Sum of RGB (Red+Green+Blue) = 87+98+104=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: blue. Hex color #576268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576268 is #A89D97. Grayscale: #5F5F5F. Windows color (decimal): -11050392 or 6840919. OLE color: 6840919.

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

Color convert

RGB 87 98 104 -
CMYK 0.16 0.06 0 0.59
HSL 201.18º 0.09% 0.37% -
HSV(B) 201.18º 0.16% 0.41% -
XYZ 10.8 11.76 14.8 -
YUV 95.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 87 98 104 0.16 0.06 0 0.59 201.18 0.09 0.37
Hex 57 62 68 10 6 0 3B C9 9 25
Octal 127 142 150 20 6 0 73 311 11 45
Binary 1010111 1100010 1101000 10000 110 0 111011 11001001 1001 100101

Color Harmonies of #576268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576268

Black with #576268

Text Example


Text Example

White with #576268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576268; }

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

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

background-color css

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

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

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

border-color css

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

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

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