Html Css Color HEX #55585A Fiord

📋 copy color: '#55585A'

red 85 ◦ green 88 ◦ blue 90

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

Shades of Fiord #55585A

Tints of Fiord #55585A

RGB

 RED value IS 85 (33.59% from 255) = 32.32%

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

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

R = 32.32%
G = 33.46%
B = 34.22%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#55585A (or 0x55585A) is known color: Fiord. HEX triplet: 55, 58 and 5A. RGB value is (85,88,90). Sum of RGB (Red+Green+Blue) = 85+88+90=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 90 - color contains mainly: blue. Hex color #55585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55585A is #AAA7A5. Grayscale: #575757. Windows color (decimal): -11184038 or 5920853. OLE color: 5920853.

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

Color convert

RGB 85 88 90 -
CMYK 0.06 0.02 0 0.65
HSL 204º 0.03% 0.34% -
HSV(B) 204º 0.06% 0.35% -
XYZ 9.08 9.65 11.06 -
YUV 87.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 85 88 90 0.06 0.02 0 0.65 204 0.03 0.34
Hex 55 58 5A 6 2 0 41 CC 3 22
Octal 125 130 132 6 2 0 101 314 3 42
Binary 1010101 1011000 1011010 110 10 0 1000001 11001100 11 100010

Color Harmonies of #55585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55585A

Black with #55585A

Text Example


Text Example

White with #55585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,88,90); }

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

background-color css

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

 a { background-color: rgb(85,88,90); }

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

border-color css

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

 span { border-color: rgb(85,88,90); }

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