Html Css Color HEX #53585C Fiord

📋 copy color: '#53585C'

red 83 ◦ green 88 ◦ blue 92

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

Shades of Fiord #53585C

Tints of Fiord #53585C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.46%

 BLUE value IS 92 (36.33% from 255) = 34.98%

R = 31.56%
G = 33.46%
B = 34.98%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53585C (or 0x53585C) is known color: Fiord. HEX triplet: 53, 58 and 5C. RGB value is (83,88,92). Sum of RGB (Red+Green+Blue) = 83+88+92=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 92 - color contains mainly: blue. Hex color #53585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53585C is #ACA7A3. Grayscale: #565656. Windows color (decimal): -11315108 or 6051923. OLE color: 6051923.

HSL color Cylindrical-coordinate representation of color #53585C: hue angle of 206.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #53585C is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 88 92 -
CMYK 0.10 0.04 0 0.64
HSL 206.67º 0.05% 0.34% -
HSV(B) 206.67º 0.1% 0.36% -
XYZ 8.99 9.59 11.5 -
YUV 86.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 83 88 92 0.10 0.04 0 0.64 206.67 0.05 0.34
Hex 53 58 5C A 4 0 40 CF 5 22
Octal 123 130 134 12 4 0 100 317 5 42
Binary 1010011 1011000 1011100 1010 100 0 1000000 11001111 101 100010

Color Harmonies of #53585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53585C

Black with #53585C

Text Example


Text Example

White with #53585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53585C; }

 p { color: rgb(83,88,92); }

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

background-color css

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

 a { background-color: rgb(83,88,92); }

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

border-color css

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

 span { border-color: rgb(83,88,92); }

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