Html Css Color HEX #576065 Fiord

📋 copy color: '#576065'

red 87 ◦ green 96 ◦ blue 101

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

Shades of Fiord #576065

Tints of Fiord #576065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.8%

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 30.63%
G = 33.8%
B = 35.56%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#576065 (or 0x576065) is known color: Fiord. HEX triplet: 57, 60 and 65. RGB value is (87,96,101). Sum of RGB (Red+Green+Blue) = 87+96+101=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: blue. Hex color #576065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576065 is #A89F9A. Grayscale: #5D5D5D. Windows color (decimal): -11050907 or 6643799. OLE color: 6643799.

HSL color Cylindrical-coordinate representation of color #576065: hue angle of 201.43º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #576065 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 96 101 -
CMYK 0.14 0.05 0 0.60
HSL 201.43º 0.07% 0.37% -
HSV(B) 201.43º 0.14% 0.4% -
XYZ 10.46 11.33 13.95 -
YUV 93.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 87 96 101 0.14 0.05 0 0.60 201.43 0.07 0.37
Hex 57 60 65 E 5 0 3C C9 7 25
Octal 127 140 145 16 5 0 74 311 7 45
Binary 1010111 1100000 1100101 1110 101 0 111100 11001001 111 100101

Color Harmonies of #576065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576065

Black with #576065

Text Example


Text Example

White with #576065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576065; }

 p { color: rgb(87,96,101); }

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

background-color css

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

 a { background-color: rgb(87,96,101); }

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

border-color css

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

 span { border-color: rgb(87,96,101); }

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