Html Css Color HEX #485359 Trout

📋 copy color: '#485359'

red 72 ◦ green 83 ◦ blue 89

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

Shades of Trout #485359

Tints of Trout #485359

RGB

 RED value IS 72 (28.52% from 255) = 29.51%

 GREEN value IS 83 (32.81% from 255) = 34.02%

 BLUE value IS 89 (35.16% from 255) = 36.48%

R = 29.51%
G = 34.02%
B = 36.48%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#485359 (or 0x485359) is known color: Trout. HEX triplet: 48, 53 and 59. RGB value is (72,83,89). Sum of RGB (Red+Green+Blue) = 72+83+89=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: blue. Hex color #485359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485359 is #B7ACA6. Grayscale: #505050. Windows color (decimal): -12037287 or 5854024. OLE color: 5854024.

HSL color Cylindrical-coordinate representation of color #485359: hue angle of 201.18º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #485359 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 83 89 -
CMYK 0.19 0.07 0 0.65
HSL 201.18º 0.11% 0.32% -
HSV(B) 201.18º 0.19% 0.35% -
XYZ 7.57 8.29 10.65 -
YUV 80.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 72 83 89 0.19 0.07 0 0.65 201.18 0.11 0.32
Hex 48 53 59 13 7 0 41 C9 B 20
Octal 110 123 131 23 7 0 101 311 13 40
Binary 1001000 1010011 1011001 10011 111 0 1000001 11001001 1011 100000

Color Harmonies of #485359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485359

Black with #485359

Text Example


Text Example

White with #485359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485359; }

 p { color: rgb(72,83,89); }

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

background-color css

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

 a { background-color: rgb(72,83,89); }

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

border-color css

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

 span { border-color: rgb(72,83,89); }

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