Html Css Color HEX #575E62 Fiord

📋 copy color: '#575E62'

red 87 ◦ green 94 ◦ blue 98

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

Shades of Fiord #575E62

Tints of Fiord #575E62

RGB

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

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

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

R = 31.18%
G = 33.69%
B = 35.13%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575E62 (or 0x575E62) is known color: Fiord. HEX triplet: 57, 5E and 62. RGB value is (87,94,98). Sum of RGB (Red+Green+Blue) = 87+94+98=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 98 - color contains mainly: blue. Hex color #575E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E62 is #A8A19D. Grayscale: #5C5C5C. Windows color (decimal): -11051422 or 6446679. OLE color: 6446679.

HSL color Cylindrical-coordinate representation of color #575E62: hue angle of 201.82º 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 #575E62 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 94 98 -
CMYK 0.11 0.04 0 0.62
HSL 201.82º 0.06% 0.36% -
HSV(B) 201.82º 0.11% 0.38% -
XYZ 10.14 10.91 13.13 -
YUV 92.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 87 94 98 0.11 0.04 0 0.62 201.82 0.06 0.36
Hex 57 5E 62 B 4 0 3E CA 6 24
Octal 127 136 142 13 4 0 76 312 6 44
Binary 1010111 1011110 1100010 1011 100 0 111110 11001010 110 100100

Color Harmonies of #575E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575E62

Black with #575E62

Text Example


Text Example

White with #575E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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