Html Css Color HEX #53585B Fiord

📋 copy color: '#53585B'

red 83 ◦ green 88 ◦ blue 91

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

Shades of Fiord #53585B

Tints of Fiord #53585B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 31.68%
G = 33.59%
B = 34.73%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53585B (or 0x53585B) is known color: Fiord. HEX triplet: 53, 58 and 5B. RGB value is (83,88,91). Sum of RGB (Red+Green+Blue) = 83+88+91=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 91 - color contains mainly: blue. Hex color #53585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53585B is #ACA7A4. Grayscale: #565656. Windows color (decimal): -11315109 or 5986387. OLE color: 5986387.

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

Color convert

RGB 83 88 91 -
CMYK 0.09 0.03 0 0.64
HSL 202.5º 0.05% 0.34% -
HSV(B) 202.5º 0.09% 0.36% -
XYZ 8.95 9.57 11.27 -
YUV 86.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 83 88 91 0.09 0.03 0 0.64 202.5 0.05 0.34
Hex 53 58 5B 9 3 0 40 CA 5 22
Octal 123 130 133 11 3 0 100 312 5 42
Binary 1010011 1011000 1011011 1001 11 0 1000000 11001010 101 100010

Color Harmonies of #53585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53585B

Black with #53585B

Text Example


Text Example

White with #53585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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