Html Css Color HEX #65559D Scampi

📋 copy color: '#65559D'

red 101 ◦ green 85 ◦ blue 157

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

Shades of Scampi #65559D

Tints of Scampi #65559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

 BLUE value IS 157 (61.72% from 255) = 45.77%

R = 29.45%
G = 24.78%
B = 45.77%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65559D (or 0x65559D) is known color: Scampi. HEX triplet: 65, 55 and 9D. RGB value is (101,85,157). Sum of RGB (Red+Green+Blue) = 101+85+157=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #65559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65559D is #9AAA62. Grayscale: #616161. Windows color (decimal): -10136163 or 10311013. OLE color: 10311013.

HSL color Cylindrical-coordinate representation of color #65559D: hue angle of 253.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65559D is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 85 157 -
CMYK 0.36 0.46 0 0.38
HSL 253.33º 0.3% 0.47% -
HSV(B) 253.33º 0.46% 0.62% -
XYZ 14.7 11.7 33.38 -
YUV 97.99 161.3 130.15 -
System Red Green Blue C M Y K H S L
Decimal 101 85 157 0.36 0.46 0 0.38 253.33 0.3 0.47
Hex 65 55 9D 24 2E 0 26 FD 1E 2F
Octal 145 125 235 44 56 0 46 375 36 57
Binary 1100101 1010101 10011101 100100 101110 0 100110 11111101 11110 101111

Color Harmonies of #65559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65559D

Black with #65559D

Text Example


Text Example

White with #65559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,85,157); }

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

background-color css

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

 a { background-color: rgb(101,85,157); }

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

border-color css

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

 span { border-color: rgb(101,85,157); }

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