Html Css Color HEX #575E61 Fiord

📋 copy color: '#575E61'

red 87 ◦ green 94 ◦ blue 97

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

Shades of Fiord #575E61

Tints of Fiord #575E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.81%

 BLUE value IS 97 (38.28% from 255) = 34.89%

R = 31.29%
G = 33.81%
B = 34.89%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575E61 (or 0x575E61) is known color: Fiord. HEX triplet: 57, 5E and 61. RGB value is (87,94,97). Sum of RGB (Red+Green+Blue) = 87+94+97=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 97 - color contains mainly: blue. Hex color #575E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E61 is #A8A19E. Grayscale: #5C5C5C. Windows color (decimal): -11051423 or 6381143. OLE color: 6381143.

HSL color Cylindrical-coordinate representation of color #575E61: hue angle of 198º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #575E61 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 94 97 -
CMYK 0.10 0.03 0 0.62
HSL 198º 0.05% 0.36% -
HSV(B) 198º 0.1% 0.38% -
XYZ 10.09 10.89 12.88 -
YUV 92.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 87 94 97 0.10 0.03 0 0.62 198 0.05 0.36
Hex 57 5E 61 A 3 0 3E C6 5 24
Octal 127 136 141 12 3 0 76 306 5 44
Binary 1010111 1011110 1100001 1010 11 0 111110 11000110 101 100100

Color Harmonies of #575E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E61

Black with #575E61

Text Example


Text Example

White with #575E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575E61; }

 p { color: rgb(87,94,97); }

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

background-color css

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

 a { background-color: rgb(87,94,97); }

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

border-color css

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

 span { border-color: rgb(87,94,97); }

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