Html Css Color HEX #659196 Gothic

📋 copy color: '#659196'

red 101 ◦ green 145 ◦ blue 150

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

Shades of Gothic #659196

Tints of Gothic #659196

RGB

 RED value IS 101 (39.84% from 255) = 25.51%

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

 BLUE value IS 150 (58.98% from 255) = 37.88%

R = 25.51%
G = 36.62%
B = 37.88%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#659196 (or 0x659196) is known color: Gothic. HEX triplet: 65, 91 and 96. RGB value is (101,145,150). Sum of RGB (Red+Green+Blue) = 101+145+150=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 150 - color contains mainly: blue. Hex color #659196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659196 is #9A6E69. Grayscale: #848484. Windows color (decimal): -10120810 or 9867621. OLE color: 9867621.

HSL color Cylindrical-coordinate representation of color #659196: hue angle of 186.12º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659196 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 145 150 -
CMYK 0.33 0.03 0 0.41
HSL 186.12º 0.2% 0.49% -
HSV(B) 186.12º 0.33% 0.59% -
XYZ 21 25.22 32.62 -
YUV 132.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 101 145 150 0.33 0.03 0 0.41 186.12 0.2 0.49
Hex 65 91 96 21 3 0 29 BA 14 31
Octal 145 221 226 41 3 0 51 272 24 61
Binary 1100101 10010001 10010110 100001 11 0 101001 10111010 10100 110001

Color Harmonies of #659196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659196

Black with #659196

Text Example


Text Example

White with #659196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659196; }

 p { color: rgb(101,145,150); }

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

background-color css

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

 a { background-color: rgb(101,145,150); }

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

border-color css

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

 span { border-color: rgb(101,145,150); }

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