Html Css Color HEX #575D62 Fiord

📋 copy color: '#575D62'

red 87 ◦ green 93 ◦ blue 98

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

Shades of Fiord #575D62

Tints of Fiord #575D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.45%

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 31.29%
G = 33.45%
B = 35.25%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575D62 (or 0x575D62) is known color: Fiord. HEX triplet: 57, 5D and 62. RGB value is (87,93,98). Sum of RGB (Red+Green+Blue) = 87+93+98=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 98 - color contains mainly: blue. Hex color #575D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575D62 is #A8A29D. Grayscale: #5B5B5B. Windows color (decimal): -11051678 or 6446423. OLE color: 6446423.

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

Color convert

RGB 87 93 98 -
CMYK 0.11 0.05 0 0.62
HSL 207.27º 0.06% 0.36% -
HSV(B) 207.27º 0.11% 0.38% -
XYZ 10.05 10.74 13.1 -
YUV 91.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 87 93 98 0.11 0.05 0 0.62 207.27 0.06 0.36
Hex 57 5D 62 B 5 0 3E CF 6 24
Octal 127 135 142 13 5 0 76 317 6 44
Binary 1010111 1011101 1100010 1011 101 0 111110 11001111 110 100100

Color Harmonies of #575D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575D62

Black with #575D62

Text Example


Text Example

White with #575D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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