Html Css Color HEX #65838D Gothic

📋 copy color: '#65838D'

red 101 ◦ green 131 ◦ blue 141

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

Shades of Gothic #65838D

Tints of Gothic #65838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.12%

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 27.08%
G = 35.12%
B = 37.8%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65838D (or 0x65838D) is known color: Gothic. HEX triplet: 65, 83 and 8D. RGB value is (101,131,141). Sum of RGB (Red+Green+Blue) = 101+131+141=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #65838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65838D is #9A7C72. Grayscale: #7B7B7B. Windows color (decimal): -10124403 or 9274213. OLE color: 9274213.

HSL color Cylindrical-coordinate representation of color #65838D: hue angle of 195º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65838D is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 131 141 -
CMYK 0.28 0.07 0 0.45
HSL 195º 0.17% 0.47% -
HSV(B) 195º 0.28% 0.55% -
XYZ 18.29 20.92 28.27 -
YUV 123.17 138.06 112.19 -
System Red Green Blue C M Y K H S L
Decimal 101 131 141 0.28 0.07 0 0.45 195 0.17 0.47
Hex 65 83 8D 1C 7 0 2D C3 11 2F
Octal 145 203 215 34 7 0 55 303 21 57
Binary 1100101 10000011 10001101 11100 111 0 101101 11000011 10001 101111

Color Harmonies of #65838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65838D

Black with #65838D

Text Example


Text Example

White with #65838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65838D; }

 p { color: rgb(101,131,141); }

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

background-color css

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

 a { background-color: rgb(101,131,141); }

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

border-color css

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

 span { border-color: rgb(101,131,141); }

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