Html Css Color HEX #655063 Salt Box

📋 copy color: '#655063'

red 101 ◦ green 80 ◦ blue 99

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

Shades of Salt Box #655063

Tints of Salt Box #655063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

 BLUE value IS 99 (39.06% from 255) = 35.36%

R = 36.07%
G = 28.57%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#655063 (or 0x655063) is known color: Salt Box. HEX triplet: 65, 50 and 63. RGB value is (101,80,99). Sum of RGB (Red+Green+Blue) = 101+80+99=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #655063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655063 is #9AAF9C. Grayscale: #585858. Windows color (decimal): -10137501 or 6508645. OLE color: 6508645.

HSL color Cylindrical-coordinate representation of color #655063: hue angle of 305.71º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #655063 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 80 99 -
CMYK 0 0.21 0.02 0.60
HSL 305.71º 0.12% 0.35% -
HSV(B) 305.71º 0.21% 0.4% -
XYZ 10.49 9.4 13.07 -
YUV 88.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 101 80 99 0 0.21 0.02 0.60 305.71 0.12 0.35
Hex 65 50 63 0 15 2 3C 132 C 23
Octal 145 120 143 0 25 2 74 462 14 43
Binary 1100101 1010000 1100011 0 10101 10 111100 100110010 1100 100011

Color Harmonies of #655063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655063

Black with #655063

Text Example


Text Example

White with #655063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655063; }

 p { color: rgb(101,80,99); }

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

background-color css

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

 a { background-color: rgb(101,80,99); }

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

border-color css

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

 span { border-color: rgb(101,80,99); }

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