Html Css Color HEX #65888C Gothic

📋 copy color: '#65888C'

red 101 ◦ green 136 ◦ blue 140

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

Shades of Gothic #65888C

Tints of Gothic #65888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 26.79%
G = 36.07%
B = 37.14%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65888C (or 0x65888C) is known color: Gothic. HEX triplet: 65, 88 and 8C. RGB value is (101,136,140). Sum of RGB (Red+Green+Blue) = 101+136+140=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #65888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65888C is #9A7773. Grayscale: #7D7D7D. Windows color (decimal): -10123124 or 9209957. OLE color: 9209957.

HSL color Cylindrical-coordinate representation of color #65888C: hue angle of 186.15º degrees, saturation: 0.16, 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 #65888C is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 136 140 -
CMYK 0.28 0.03 0 0.45
HSL 186.15º 0.16% 0.47% -
HSV(B) 186.15º 0.28% 0.55% -
XYZ 18.9 22.27 28.11 -
YUV 125.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 101 136 140 0.28 0.03 0 0.45 186.15 0.16 0.47
Hex 65 88 8C 1C 3 0 2D BA 10 2F
Octal 145 210 214 34 3 0 55 272 20 57
Binary 1100101 10001000 10001100 11100 11 0 101101 10111010 10000 101111

Color Harmonies of #65888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65888C

Black with #65888C

Text Example


Text Example

White with #65888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65888C; }

 p { color: rgb(101,136,140); }

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

background-color css

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

 a { background-color: rgb(101,136,140); }

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

border-color css

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

 span { border-color: rgb(101,136,140); }

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