Html Css Color HEX #575F64 Fiord

📋 copy color: '#575F64'

red 87 ◦ green 95 ◦ blue 100

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

Shades of Fiord #575F64

Tints of Fiord #575F64

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.69%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 30.85%
G = 33.69%
B = 35.46%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#575F64 (or 0x575F64) is known color: Fiord. HEX triplet: 57, 5F and 64. RGB value is (87,95,100). Sum of RGB (Red+Green+Blue) = 87+95+100=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 100 - color contains mainly: blue. Hex color #575F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F64 is #A8A09B. Grayscale: #5D5D5D. Windows color (decimal): -11051164 or 6578007. OLE color: 6578007.

HSL color Cylindrical-coordinate representation of color #575F64: hue angle of 203.08º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #575F64 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 87 95 100 -
CMYK 0.13 0.05 0 0.61
HSL 203.08º 0.07% 0.37% -
HSV(B) 203.08º 0.13% 0.39% -
XYZ 10.32 11.13 13.66 -
YUV 93.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 87 95 100 0.13 0.05 0 0.61 203.08 0.07 0.37
Hex 57 5F 64 D 5 0 3D CB 7 25
Octal 127 137 144 15 5 0 75 313 7 45
Binary 1010111 1011111 1100100 1101 101 0 111101 11001011 111 100101

Color Harmonies of #575F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F64

Black with #575F64

Text Example


Text Example

White with #575F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,95,100); }

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

background-color css

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

 a { background-color: rgb(87,95,100); }

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

border-color css

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

 span { border-color: rgb(87,95,100); }

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