#62555B

Color #62555B Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #62555B

Tints of Finn #62555B

Color information

#62555B (or 0x62555B) is unknown color: approx Finn. HEX triplet: 62, 55 and 5B. RGB value is (98,85,91). Sum of RGB (Red+Green+Blue) = 98+85+91=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #62555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62555B is #9DAAA4. Grayscale: #595959. Windows color (decimal): -10332837 or 5985634. OLE color: 5985634.

HSL color Cylindrical-coordinate representation of color #62555B: hue angle of 332.31º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #62555B is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB988591-
CMYK00.130.070.62
HSL332.31º7.1%35.88%-
HSV(B)332.31º13.27%38.43%-
XYZ10.179.8511.26-
YUV89.57128.81134.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=35.77%
G=31.02%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98859100.130.070.62332.317.135.88
Hex62555B0D73E14c724
Octal142125133015776514744
Binary11000101010101101101101101111111110101001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,85,91); }

 H1.HeaderClassName
 {
   color: #62555B;
 }
 .AnyTagClassName
 {
   color: #62555B;
 }
</style>
background-color css

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

 a { background-color: rgb(98,85,91); }

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

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

 span { border-color: rgb(98,85,91); }

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