Html Css Color HEX #359183 Gossamer

📋 copy color: '#359183'

red 53 ◦ green 145 ◦ blue 131

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

Shades of Gossamer #359183

Tints of Gossamer #359183

RGB

 RED value IS 53 (21.09% from 255) = 16.11%

 GREEN value IS 145 (57.03% from 255) = 44.07%

 BLUE value IS 131 (51.56% from 255) = 39.82%

R = 16.11%
G = 44.07%
B = 39.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#359183 (or 0x359183) is known color: Gossamer. HEX triplet: 35, 91 and 83. RGB value is (53,145,131). Sum of RGB (Red+Green+Blue) = 53+145+131=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #359183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359183 is #CA6E7C. Grayscale: #737373. Windows color (decimal): -13266557 or 8622389. OLE color: 8622389.

HSL color Cylindrical-coordinate representation of color #359183: hue angle of 170.87º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359183 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 131 -
CMYK 0.63 0 0.10 0.43
HSL 170.87º 0.46% 0.39% -
HSV(B) 170.87º 0.63% 0.57% -
XYZ 15.69 22.65 25.02 -
YUV 115.9 136.52 83.14 -
System Red Green Blue C M Y K H S L
Decimal 53 145 131 0.63 0 0.10 0.43 170.87 0.46 0.39
Hex 35 91 83 3F 0 A 2B AB 2E 27
Octal 65 221 203 77 0 12 53 253 56 47
Binary 110101 10010001 10000011 111111 0 1010 101011 10101011 101110 100111

Color Harmonies of #359183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359183

Black with #359183

Text Example


Text Example

White with #359183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359183; }

 p { color: rgb(53,145,131); }

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

background-color css

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

 a { background-color: rgb(53,145,131); }

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

border-color css

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

 span { border-color: rgb(53,145,131); }

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