Html Css Color HEX #658278 Cutty Sark

📋 copy color: '#658278'

red 101 ◦ green 130 ◦ blue 120

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

Shades of Cutty Sark #658278

Tints of Cutty Sark #658278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.04%

 BLUE value IS 120 (47.27% from 255) = 34.19%

R = 28.77%
G = 37.04%
B = 34.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#658278 (or 0x658278) is known color: Cutty Sark. HEX triplet: 65, 82 and 78. RGB value is (101,130,120). Sum of RGB (Red+Green+Blue) = 101+130+120=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #658278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658278 is #9A7D87. Grayscale: #787878. Windows color (decimal): -10124680 or 7897701. OLE color: 7897701.

HSL color Cylindrical-coordinate representation of color #658278: hue angle of 159.31º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #658278 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 120 -
CMYK 0.22 0 0.08 0.49
HSL 159.31º 0.13% 0.45% -
HSV(B) 159.31º 0.22% 0.51% -
XYZ 16.74 20.09 20.76 -
YUV 120.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 101 130 120 0.22 0 0.08 0.49 159.31 0.13 0.45
Hex 65 82 78 16 0 8 31 9F D 2D
Octal 145 202 170 26 0 10 61 237 15 55
Binary 1100101 10000010 1111000 10110 0 1000 110001 10011111 1101 101101

Color Harmonies of #658278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658278

Black with #658278

Text Example


Text Example

White with #658278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658278; }

 p { color: rgb(101,130,120); }

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

background-color css

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

 a { background-color: rgb(101,130,120); }

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

border-color css

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

 span { border-color: rgb(101,130,120); }

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