Html Css Color HEX #65589E Scampi

📋 copy color: '#65589E'

red 101 ◦ green 88 ◦ blue 158

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

Shades of Scampi #65589E

Tints of Scampi #65589E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.36%

 BLUE value IS 158 (62.11% from 255) = 45.53%

R = 29.11%
G = 25.36%
B = 45.53%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65589E (or 0x65589E) is known color: Scampi. HEX triplet: 65, 58 and 9E. RGB value is (101,88,158). Sum of RGB (Red+Green+Blue) = 101+88+158=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #65589E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65589E is #9AA761. Grayscale: #636363. Windows color (decimal): -10135394 or 10377317. OLE color: 10377317.

HSL color Cylindrical-coordinate representation of color #65589E: hue angle of 251.14º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65589E is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 88 158 -
CMYK 0.36 0.44 0 0.38
HSL 251.14º 0.28% 0.48% -
HSV(B) 251.14º 0.44% 0.62% -
XYZ 15.03 12.21 33.91 -
YUV 99.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 101 88 158 0.36 0.44 0 0.38 251.14 0.28 0.48
Hex 65 58 9E 24 2C 0 26 FB 1C 30
Octal 145 130 236 44 54 0 46 373 34 60
Binary 1100101 1011000 10011110 100100 101100 0 100110 11111011 11100 110000

Color Harmonies of #65589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65589E

Black with #65589E

Text Example


Text Example

White with #65589E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65589E; }

 p { color: rgb(101,88,158); }

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

background-color css

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

 a { background-color: rgb(101,88,158); }

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

border-color css

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

 span { border-color: rgb(101,88,158); }

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