Html Css Color HEX #53575A Fiord

📋 copy color: '#53575A'

red 83 ◦ green 87 ◦ blue 90

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

Shades of Fiord #53575A

Tints of Fiord #53575A

RGB

 RED value IS 83 (32.81% from 255) = 31.92%

 GREEN value IS 87 (34.38% from 255) = 33.46%

 BLUE value IS 90 (35.55% from 255) = 34.62%

R = 31.92%
G = 33.46%
B = 34.62%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53575A (or 0x53575A) is known color: Fiord. HEX triplet: 53, 57 and 5A. RGB value is (83,87,90). Sum of RGB (Red+Green+Blue) = 83+87+90=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 90 - color contains mainly: blue. Hex color #53575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53575A is #ACA8A5. Grayscale: #565656. Windows color (decimal): -11315366 or 5920595. OLE color: 5920595.

HSL color Cylindrical-coordinate representation of color #53575A: hue angle of 205.71º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #53575A is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 87 90 -
CMYK 0.08 0.03 0 0.65
HSL 205.71º 0.04% 0.34% -
HSV(B) 205.71º 0.08% 0.35% -
XYZ 8.82 9.39 11.02 -
YUV 86.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 83 87 90 0.08 0.03 0 0.65 205.71 0.04 0.34
Hex 53 57 5A 8 3 0 41 CE 4 22
Octal 123 127 132 10 3 0 101 316 4 42
Binary 1010011 1010111 1011010 1000 11 0 1000001 11001110 100 100010

Color Harmonies of #53575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53575A

Black with #53575A

Text Example


Text Example

White with #53575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53575A; }

 p { color: rgb(83,87,90); }

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

background-color css

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

 a { background-color: rgb(83,87,90); }

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

border-color css

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

 span { border-color: rgb(83,87,90); }

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