Html Css Color HEX #555E65 Fiord

📋 copy color: '#555E65'

red 85 ◦ green 94 ◦ blue 101

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

Shades of Fiord #555E65

Tints of Fiord #555E65

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.57%

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

R = 30.36%
G = 33.57%
B = 36.07%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#555E65 (or 0x555E65) is known color: Fiord. HEX triplet: 55, 5E and 65. RGB value is (85,94,101). Sum of RGB (Red+Green+Blue) = 85+94+101=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 101 - color contains mainly: blue. Hex color #555E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E65 is #AAA19A. Grayscale: #5C5C5C. Windows color (decimal): -11182491 or 6643285. OLE color: 6643285.

HSL color Cylindrical-coordinate representation of color #555E65: hue angle of 206.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #555E65 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 94 101 -
CMYK 0.16 0.07 0 0.60
HSL 206.25º 0.09% 0.36% -
HSV(B) 206.25º 0.16% 0.4% -
XYZ 10.1 10.88 13.88 -
YUV 92.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 85 94 101 0.16 0.07 0 0.60 206.25 0.09 0.36
Hex 55 5E 65 10 7 0 3C CE 9 24
Octal 125 136 145 20 7 0 74 316 11 44
Binary 1010101 1011110 1100101 10000 111 0 111100 11001110 1001 100100

Color Harmonies of #555E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555E65

Black with #555E65

Text Example


Text Example

White with #555E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555E65; }

 p { color: rgb(85,94,101); }

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

background-color css

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

 a { background-color: rgb(85,94,101); }

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

border-color css

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

 span { border-color: rgb(85,94,101); }

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